Click or drag to resize
IHtmlLocaliserHtml Method
Replaces all instances of ::STRING:: with the localised text.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
string Html(
	string html,
	Encoding encoding
)

Parameters

html
Type: SystemString
encoding
Type: System.TextEncoding

Return Value

Type: String
See Also