What is the syntax for server side comment in razor view?
I want to comment this code:
/* @helper NavItem() { } */
If its in your view, couldn't you use the standard HTML or the .NET style <%-- .. --%>?
<%-- .. --%>