Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HtmlTextWriter::EncodeAttributeValue Method (HtmlTextWriterAttribute, String^)

 

Encodes the value of the specified markup attribute based on the requirements of the HttpRequest object of the current context.

Namespace:   System.Web.UI
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.

Return Value

Type: System::String^

A string containing the encoded attribute value.

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
Return to top
Show:
© 2017 Microsoft