Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有以下代码
http://bc.coverstar.com/images/error.gif
为什么我在 Razor 评论后收到语法错误?
正确的方法是写
@{Model.DefinitionID}
或者
@Model.DefinitionID
UPD:为了在 JavaScript 中使用 Razor 语法,代码应包含在<text>标记中。例如:
<text>
<text>@Model.DefinitionID</text>
注意:text标签不会出现在输出中。
text