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.
次のようなかみそりエンジンでプロパティを宣言することは可能ですか?
Hello @customername
の代わりに
Hello @Model.customername
私の知る限り、顧客名を取得するには @Model が必要です。コードの最初に変数を作成し、customerName を入力することもできますが、いずれにしても @Model が少なくとも 1 回は必要です。
var customerName = @Model.customername; Hello @customername