Vij*_*jay 4 html c# asp.net-mvc comments razor
我是ASP.NET MVC剃刀引擎的新手.
我想知道@*在cshtml代码中的html片段之前使用的含义/目的?
Igo*_*gor 11
它的评论
@* this is commented code in a .cshtml file*@
Run Code Online (Sandbox Code Playgroud)
与.cs文件中的类似
/*this is commented code in a .cs file*/
Run Code Online (Sandbox Code Playgroud)