| IHtmlLocaliserHtml Method  | 
            Replaces all instances of ::STRING:: with the localised text.
            
 
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxstring Html(
	string html,
	Encoding encoding
)
Function Html ( 
	html As String,
	encoding As Encoding
) As String
String^ Html(
	String^ html, 
	Encoding^ encoding
)
abstract Html : 
        html : string * 
        encoding : Encoding -> string 
Parameters
- html
 - Type: SystemString
 - encoding
 - Type: System.TextEncoding
 
Return Value
Type: 
String
See Also