Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Encodes the specified string for use as text between HTML tags, or as an attribute value inside an HTML tag.
Overload List
Name | Description | |
---|---|---|
![]() ![]() |
HtmlEncode(Guid) | Encodes the string with the specified GUID for use as text between HTML tags, or as an attribute value inside an HTML tag. |
![]() ![]() |
HtmlEncode(Int32) | Retrieves the specified integer as a text string to be enclosed in HTML tags, or an attribute value inside an HTML tag. |
![]() ![]() |
HtmlEncode(String) | Encodes the specified string for use as text between HTML tags, or as an attribute value inside an HTML tag. |
![]() ![]() |
HtmlEncode(String, TextWriter) | Encodes the specified string as a text string to be enclosed in HTML tags, or as an attribute value inside an HTML tag, and appends it to the specified output stream. |
Top