To comment a line in Razor file .cshtml
use
use
@* Hi this is comment section *@ <!-- Comment in Aspx page --> Wont work in Razor files
"Do this Code" or "Dot his code" or "Dothis Code"
@* Hi this is comment section *@ <!-- Comment in Aspx page --> Wont work in Razor files
@* Hi this is also comment section of this web page *@
ReplyDelete