HttpUtility::HtmlAttributeEncode Method (String^)
.NET Framework (current version)
Minimally converts a string to an HTML-encoded string.
Assembly: System.Web (in System.Web.dll)
Parameters
- s
-
Type:
System::String^
The string to encode.
The HtmlAttributeEncode method encodes characters appropriate for insertion into an HTML attribute value.
The string result from the HtmlAttributeEncode method should be used only for double-quoted attributes. Security issues might arise when using the HtmlAttributeEncode method with single-quoted attributes.
.NET Framework
Available since 1.1
Available since 1.1
Show: