發(fā)表日期:2019-04 文章編輯:小燈 瀏覽次數(shù):2948
和普通模板頁一樣,局部頁也需要保存為.cshtml后綴,局部頁面可以保存在Views/Model或Views/Shared目錄下,模板中通過Html.Partial方式加載,這兩個目錄用法都一樣,
局部頁面命名規(guī)范建議為*Partial.cshtml。如下圖:
如上圖的TopPartial.cshtml保存頁面頂部的html代碼,在母版頁或模板頁可以通過Html.Partial方式加載,示例代碼:
@{string?templateDirectory?=?Html.TemplateDirectory();}<!DOCTYPE?html> <html> <head> ????<title>@Html.Title()</title> ????<meta?name="keywords"?content="@Html.Keywords()"?/> ????<meta?name="description"?content="@Html.Description()"?/> ????<meta?http-equiv="Content-Type"?content="text/html;charset=utf-8"?/> ????<meta?http-equiv="X-UA-Compatible"?content="IE=edge,chrome=1"?/> ????<meta?name="viewport"?content="width=device-width,?initial-scale=1.0,user-scalable=0,minimal-ui"?/> ????<meta?name="format-detection"?content="telephone=no"?/> ????<meta?name="renderer"?content="webkit"?/> ????<link?rel="stylesheet"?href="@templateDirectory/Css/style.css"?/> ????<script?src="@templateDirectory/Js/basic.js"></script> </head> <body> ????@Html.Partial("TopPartial") ????@RenderBody() ????@Html.Partial("FooterPartial") </body> </html>
日期:2019-04 瀏覽次數(shù):3145
日期:2019-04 瀏覽次數(shù):3120
日期:2019-04 瀏覽次數(shù):3029
日期:2019-04 瀏覽次數(shù):2856
日期:2019-04 瀏覽次數(shù):2946
日期:2019-04 瀏覽次數(shù):3112
日期:2019-04 瀏覽次數(shù):3048
日期:2019-04 瀏覽次數(shù):3310
日期:2019-04 瀏覽次數(shù):3361
日期:2019-04 瀏覽次數(shù):3013
日期:2019-04 瀏覽次數(shù):3390
日期:2019-04 瀏覽次數(shù):2811
日期:2019-04 瀏覽次數(shù):2955
日期:2019-04 瀏覽次數(shù):3072
日期:2019-04 瀏覽次數(shù):2923
日期:2019-04 瀏覽次數(shù):3367
日期:2019-04 瀏覽次數(shù):3267
日期:2019-04 瀏覽次數(shù):2947
日期:2019-04 瀏覽次數(shù):3171
日期:2019-04 瀏覽次數(shù):3005
日期:2019-04 瀏覽次數(shù):2776
日期:2019-04 瀏覽次數(shù):3083
日期:2019-04 瀏覽次數(shù):2972
日期:2019-04 瀏覽次數(shù):3072
日期:2019-04 瀏覽次數(shù):3023
日期:2019-04 瀏覽次數(shù):2895
日期:2019-04 瀏覽次數(shù):2749
日期:2019-04 瀏覽次數(shù):2766
日期:2019-04 瀏覽次數(shù):2828
日期:2019-04 瀏覽次數(shù):2853
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.