How do you specify comments using razor syntax?

Submitted by: Administrator
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 *@
Submitted by: Administrator

Read Online Model View Controller (MVC) Job Interview Questions And Answers