Click or drag to resize
IWebAdminViewManagerRegisterTemplateFileName Method
Registers a template marker and the file that contains the HTML that should be subtituted in its place when seen within a web admin HTML file.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void RegisterTemplateFileName(
	string templateMarker,
	string templateHtmlFullPath
)

Parameters

templateMarker
Type: SystemString
templateHtmlFullPath
Type: SystemString
Remarks
The web admin plugin reserves the @head.html@ template marker. All web admin views should include this marker in their head tag.
See Also