HtmlContentInjector Properties |
The HtmlContentInjector type exposes the following members.
Name | Description | |
---|---|---|
![]() | AtStart |
Gets and sets a value indicating whether the content should be injected at the start or end of an HTML element.
|
![]() | Content |
Gets and sets a delegate that returns the content to inject into the HTML.
|
![]() | Element |
Gets and sets the HTML element to inject the content into - e.g. HEAD, BODY, HTML etc. Case insensitive.
|
![]() | PathAndFile |
Gets and sets the path and file of the HTML file to inject content into. A null string injects into every HTML
file served by the site. Case insensitive.
|
![]() | Priority |
Gets or sets the order in which the injector will be called. Lower values have priority over higher values.
|