Is HTML.raw() specific to MVC? On what scenarios we have to use it?
HTML.raw()
Can you please explain with an example.
Yes, it is specific to MVC.
It writes unencoded HTML to your page. Most other methods HTML-encode a string when you write it to the page.