Select from following answers:- @Html.Raw

- @Html.String
- @Html.ViewData
- @Html.ViewBag
- All Above
'@HtmlRaw' is used to return a html string by telling the Razor, no need to encode it.
Show Correct Answer
Asked In: Spotted While Learning |
Alert Moderator