How to write a comment in a Blazor razor page/component?

Viewed 21

I know we can comment the blazor pages/components as

   @*  

    comments 

    comments

    long comments
   *@ 

But is there a single line comment like what we have in c# //

0 Answers
Related