 | StringUtilsHtmlEncode Method |
HTML-encodes a string and returns the encoded string.
Namespace:
Koden.Utils
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntaxpublic static string HtmlEncode(
string text
)
Public Shared Function HtmlEncode (
text As String
) As String
public:
static String^ HtmlEncode(
String^ text
)
static member HtmlEncode :
text : string -> string
Parameters
- text
- Type: SystemString
The text string to encode.
Return Value
Type:
StringThe HTML-encoded text.
See Also