Table of Contents

Method Handle

Namespace
DotNetBrowser.Handlers
Assembly
DotNetBrowser.dll

Handle(TParameters)

This method is called when the Chromium callback needs a response that may be determined based on the provided parameters.

public TResponse Handle(TParameters parameters)

Parameters

parameters TParameters

The handler parameters.

Returns

TResponse

An object that represents the response that should be determined based on the provided parameters.