0 votes
in C Sharp by

How to render raw html in Asp.net MVC view?

1 Answer

0 votes
by

You can use Html.Raw helper to render raw Html in Asp.net MVC

Syntax

@Html.Raw('<h1>Raw Example </h1>');

Related questions

0 votes
asked Mar 6, 2020 in C Sharp by Hodge
0 votes
asked May 14, 2019 in Other by Robindeniel
0 votes
asked Jan 31 in Dot Net by GeorgeBell
...