HtmlHelper.Raw Method
Returns markup that is not HTML encoded.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- value
- Type: System.String
The HTML markup.
Return Value
Type: IHtmlStringThe HTML markup without encoding.