0

ビューでは @ が黄色で表示されますが、<%= %> タグに黄色の線の色はありません <div> the customer id = <%= Model.id %><br /> the customer code is = <%= Model.customercode % ><br/> the customer amount is= <%= Model.amount % > </div>

4

1 に答える 1

1

@がサーバー タグとして表示され、 ではない場合<% %>は、従来の ASPX スタイルのビュー エンジンではなく、Razor をビュー エンジンとして使用している可能性があります。

于 2012-07-25T09:51:35.283 に答える