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.
~/Views/web.configしたがって、で定義された名前空間は、すべてのビューにそれらの名前空間を追加することを理解しています。~/web.configしかし、なぜルート フォルダーにも名前空間セクションがあるのですか?
~/Views/web.config
~/web.config
すべてのビューは の名前空間を継承します~/web.config。さまざまなレベルの構成ファイルを使用して、さまざまな名前空間階層を構築できる可能性があります。