Click or drag to resize

InjectCssResponseProceed Method

Creates a InjectCssResponse that notifies the browser that it can proceed without injecting a custom stylesheet.

Namespace:  DotNetBrowser.Browser.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public static InjectCssResponse Proceed()

Return Value

Type: InjectCssResponse
The InjectCssResponse instance that can be used as a return value in InjectCssHandler implementation.
See Also