Answers

Question and Answer:

  Home  MVC

⟩ How do you specify comments using razor syntax?

Razor syntax makes use of @* to indicate the begining of a comment and *@ to indicate the end. An example is shown below.

@* This is a Comment *@

 283 views

More Questions for you: