Razor comment syntax

asp.net-mvc-3commentsrazor

What is the syntax for server side comment in razor view?

I want to comment this code:

/*
@helper NavItem() {

}
*/

Best Answer

@* here is the code to comment *@