Click or drag to resize
HtmlContentInjector Properties

The HtmlContentInjector type exposes the following members.

Properties
  NameDescription
Public propertyAtStart
Gets and sets a value indicating whether the content should be injected at the start or end of an HTML element.
Public propertyContent
Gets and sets a delegate that returns the content to inject into the HTML.
Public propertyElement
Gets and sets the HTML element to inject the content into - e.g. HEAD, BODY, HTML etc. Case insensitive.
Public propertyPathAndFile
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.
Public propertyPriority
Gets or sets the order in which the injector will be called. Lower values have priority over higher values.
Top
See Also