HtmlTextWriter.EncodeAttributeValue Method (HtmlTextWriterAttribute, String)
.NET Framework (current version)
Encodes the value of the specified markup attribute based on the requirements of the HttpRequest object of the current context.
Assembly: System.Web (in System.Web.dll)
protected virtual string EncodeAttributeValue( HtmlTextWriterAttribute attrKey, string value )
Parameters
- attrKey
-
Type:
System.Web.UI.HtmlTextWriterAttribute
An HtmlTextWriterAttribute representing the markup attribute.
- value
-
Type:
System.String
A string containing the attribute value to encode.
The EncodeAttributeValue method removes double quotation marks ("), ampersands (&), and less than signs (<) so that invalid tags are not generated, regardless of the input. The actual encoding is performed by the HtmlAttributeEncode method.
.NET Framework
Available since 1.1
Available since 1.1
Show: