Razor - レイアウト・セクション

レイアウトファイルを指定する

ビューファイルで(Views\XXX\XXX.cshtml)

 @{
    Layout = "~/Views/Shared/_Layout2.cshtml";
 }

_ViewStart.cshtml(Views\_ViewStart.cshtml)で

 @{
    Layout = "~/Views/Shared/_Layout2.cshtml";
 }

参考

http://weblogs.asp.net/scottgu/archive/2010/10/22/asp-net-mvc-3-layouts.aspx

参考

http://weblogs.asp.net/scottgu/archive/2010/12/30/asp-net-mvc-3-layouts-and-sections-with-razor.aspx


トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS

Last-modified: 2014-02-10 (月) 21:40:19