Table of Contents

Class InjectCssResponse

Namespace
DotNetBrowser.Browser.Handlers
Assembly
DotNetBrowser.dll

The response to the InjectCssHandler.

public class InjectCssResponse
Inheritance
InjectCssResponse
Inherited Members

Methods

Inject(string)

Creates an InjectCssResponse that injects the given customStylesheet string that represents a custom stylesheet (CSS) into the document that is loaded in this browser instance.

Proceed()

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