UtilWebHtmlEncode Method
Converts a string to an Html-encoded string.
Namespace: DevCase.Core.Networking.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static string HtmlEncode(
string str
)
Public Shared Function HtmlEncode (
str As String
) As String
Dim str As String
Dim returnValue As String
returnValue = UtilWeb.HtmlEncode(str)
public:
static String^ HtmlEncode(
String^ str
)
static member HtmlEncode :
str : string -> string
No code example is currently available or this language may not be supported.
- str String
-
The string to encode.
String
The resulting Html-encoded string.
This is a code example.
No code example is currently available or this language may not be supported.
Dim encoded As String = HtmlEncode("I've Got A Rock 'n' Roll Heart")
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.