IAsyncMethodInterceptor Interface |
Namespace: CefSharp.ModelBinding
The IAsyncMethodInterceptor type exposes the following members.
Name | Description | |
---|---|---|
Intercept |
Called before the method is invokved. You are now responsible for evaluating
the function and returning the result.
(Inherited from IMethodInterceptor.) | |
InterceptAsync |