Click or drag to resize
IMethodInterceptor Interface
Version 63.0.0

[Missing <summary> documentation for "T:CefSharp.ModelBinding.IMethodInterceptor"]

Namespace: CefSharp.ModelBinding
Assembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax
public interface IMethodInterceptor

The IMethodInterceptor type exposes the following members.

Methods
  NameDescription
Public methodCode exampleIntercept
Called before the method is invokved. You are now responsible for evaluating the function and returning the result.
Top
See Also