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.
C# クラスがあり、このクラス内には、cshtml ファイルで値が必要な文字列変数 (グローバル) があります。取得するにはどうすればよいですか? よろしくお願いします!
インスタンス変数の場合は、モデルの一部として渡すことができます。静的変数の場合は、他の変数を使用するのと同じ方法で明示的にアクセスできます。