Need Razor tag in Forum section
-
In Forum(Question-Answer) section, authors use "code" to format/display code properly when answering/questioning. Like "Javascript" tag use to define javascript code. When we are adding razor code it is not properly displaying like other tags. So there is requirement to add one more tag as "Razor". Razor generally use in ASP.NET MVC veiw page. This is a suggestion to CodeProject Team.
-
In Forum(Question-Answer) section, authors use "code" to format/display code properly when answering/questioning. Like "Javascript" tag use to define javascript code. When we are adding razor code it is not properly displaying like other tags. So there is requirement to add one more tag as "Razor". Razor generally use in ASP.NET MVC veiw page. This is a suggestion to CodeProject Team.
Razor is supported if you manually use <PRE lang="Razor"> ...code </pre> It's just not in the dropdown yet.
cheers Chris Maunder
-
Razor is supported if you manually use <PRE lang="Razor"> ...code </pre> It's just not in the dropdown yet.
cheers Chris Maunder
Thank you Chris for the info. It would be better if we add Razor drop down list instead of writing it manually :)