HtmlHelper.AttributeEncode Method (Object)
Visual Studio 2010
Converts the specified attribute object to an HTML-encoded string.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- value
- Type: System.Object
The object to encode.
Return Value
Type: System.StringThe HTML-encoded string. If the value parameter is Nothing or empty, this method returns an empty string.
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.
Community Additions
ADD
Show: