HtmlHelper.AttributeEncode Method

Include Protected Members
Include Inherited Members

Converts the specified attribute value to 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.

Overload List

  Name Description
Public method AttributeEncode(Object) Converts the specified attribute object to an HTML-encoded string.
Public method AttributeEncode(String) Converts the specified attribute string to an HTML-encoded string.

Top

Remarks

The AntiForgeryToken method converts quotation marks ("), ampersands (&), and left angle brackets (<) to equivalent character entities.

The result should be used only for attributes that are in double quotation marks. Security issues might arise if you use the AntiForgeryToken method to encode attributes that are in single quotation marks.

See Also

Reference

HtmlHelper Class

System.Web.Mvc Namespace