To comment in the code block of Razor view, we use the same syntax as we use in C#. Like for single line // and for multiline /* and */. To comment, HTML along with other code, we need to use razor comment block that starts with @* and ends with *@. This is @fileName logo.

Beside above, how do you comment a line in ASP using VBScript? Unfortunately, you cannot block comment VBScript like you can in other languages. You can comment out each line individually. Just put a single quotation mark at the start of the line you want to out and do then do the same for each subsequent line.

Also question is, how do you comment out in HTML?

Steps

Insert a single-line comment. Comments are designated by the tags <! -- and --> . Create a multiline comment. Use the comment function to quickly disable code. Use the comment function to hide scripts on unsupported browsers.

What is a code comment?

In computer programming, a comment is a programmer-readable explanation or annotation in the source code of a computer program. They are added with the purpose of making the source code easier for humans to understand, and are generally ignored by compilers and interpreters.