Click or drag to resize
IWebSiteExtenderInjectPages Property
Gets a collection of pages that InjectContent will be injected into. If this is empty then the content will be injected into all pages.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IList<string> InjectPages { get; }

Property Value

Type: IListString
See Also