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.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax IList<string> InjectPages { get; }
ReadOnly Property InjectPages As IList(Of String)
Get
property IList<String^>^ InjectPages {
IList<String^>^ get ();
}
abstract InjectPages : IList<string> with get
Property Value
Type:
IListStringSee Also