HtmlHelper.Raw Method

Include Protected Members
Include Inherited Members

Wraps a string or object in an HtmlString instance so that it is interpreted as HTML markup.

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 Raw(Object) Wraps HTML markup in an HtmlString instance so that it is interpreted as HTML markup.
Public method Raw(String) Wraps HTML markup in an HtmlString instance so that it is interpreted as HTML markup.

Top

See Also

Reference

HtmlHelper Class

System.Web.WebPages.Html Namespace