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.
global.asax に変数を実装しましたが、それを他のコントローラー内で使用したいと考えています。前もって感謝します。
変数が静的な場合は、このシンタックス - MvcApplication.VarName を使用できます。MVCApplication は System.Web.HttpApplication から継承したメイン クラスで、VarName は変数名です。