HtmlContentInjector Class |
Namespace: VirtualRadar.Interface.WebSite
The HtmlContentInjector type exposes the following members.
Name | Description | |
---|---|---|
HtmlContentInjector | Initializes a new instance of the HtmlContentInjector class |
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.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |