<%=%>中没有黄线颜色尽管@在视图中以黄色显示
<div>
the customer id = <%= Model.id %><br />
the customer code is = <%= Model.customercode % ><br/>
the customer amount is= <%= Model.amount % >
</div>
答案 0 :(得分:1)
如果@
显示为服务器代码而不是<% %>
,那么您很可能将Razor用作视图引擎而不是传统的ASPX样式视图引擎。