HttpUtility.HtmlAttributeEncode Method
.NET Framework 4.5
Minimally converts a string into an HTML-encoded string.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
HtmlAttributeEncode(String) | Minimally converts a string to an HTML-encoded string. |
|
HtmlAttributeEncode(String, TextWriter) | Minimally converts a string into an HTML-encoded string and sends the encoded string to a TextWriter output stream. |