[This is preliminary documentation and is subject to change.]
Converts string to HTML-encoded string
Namespace: NFX.Wave.TemplatizationAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
public static string HTMLEncode(
string value
)
public static string HTMLEncode(
string value
)
Public Shared Function HTMLEncode (
value As String
) As String
Public Shared Function HTMLEncode (
value As String
) As String
public:
static String^ HTMLEncode(
String^ value
)
public:
static String^ HTMLEncode(
String^ value
)
static member HTMLEncode :
value : string -> string
static member HTMLEncode :
value : string -> string
Return Value
Type:
String