InjectCssResponseInject Method |
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.
Namespace:
DotNetBrowser.Browser.Handlers
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.11.0
Syntax Exceptions Remarks
If the CSS property defined in the given customStylesheet string already exists
on the loaded HTML document, then the existing CSS property won't be overridden. The CSS
properties defined in the given customStylesheet string will be applied only if
these properties aren't defined on the loaded document.
See Also