Interface IHandler<TParameters, TResponse>
- Namespace
- DotNetBrowser.Handlers
- Assembly
- DotNetBrowser.dll
The common interface for all handlers.
public interface IHandler<in TParameters, out TResponse>
Type Parameters
TParameters
The handler parameters type.
TResponse
The result type.
Methods
- Handle(TParameters)
This method is called when the Chromium callback needs a response that may be determined based on the provided parameters.