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.
ビューの @Page ディレクティブを読み取るときに、クラス System.Web.Mvc.ViewPage がいつ (どのイベント/機能で) 実行されるかを知りたいです。
特に、@Page ディレクティブの値をプログラムで解釈し、オーバーライドしてから、サイクルを継続したいと考えています。
このSOの質問/回答は、必要なものに役立つはずです:
ASP.NET WebForms と比較して、ASP.NET MVC ページの「ページ ライフサイクル」とは何ですか?