[ASP.NET CORE MVC] エリアのビューの検出順序

inno
2022-05-12 08:03 667 0
エリアのビューの検出順序
/Areas/<Area-Name>/Views/<Controller-Name>/<Action-Name>.cshtml
/Areas/<Area-Name>/Views/Shared/<Action-Name>.cshtml
/Views/Shared/<Action-Name>.cshtml
/Pages/Shared/<Action-Name>.cshtml

コメント