c# - What is the meaning of '@' sign in cshtml? -
could explain me meant '@' sign before each variable in cshtml?
@ used switch view markup code. whether print single value or write code block.
from asp.net:
the @ character starts inline expressions, single statement blocks, , multi-statement blocks:
read tutorial on syntax
Comments
Post a Comment