分享ASP.NET學習筆記(7)WebPages 對象詳解

來源:互聯網
上載者:User
Web Pages 經常是跟對象有關的。

Page 對象

您已經看到了一些在使用的 Page 對象方法:

@RenderPage("header.cshtml")@RenderBody()

在前面的章節中,您已經看到了兩個 Page 對象屬性(isPost 和 Request):

If (isPost) {if (Request["Choice"] != null {

Page 對象的 Page 屬性

Page 對象的 Page 屬性,提供了對頁面和布局頁之間共用的資料的類似屬性訪問。

您可以對 Page 屬性使用(添加)您自己的屬性:

Page.TitlePage.VersionPage.anythingyoulike

頁面屬性是非常有用的。例如,在內容檔案中設定頁面標題,並在布局檔案中使用:

Home.cshtml

@{Layout="~/Shared/Layout.cshtml";Page.Title="Home Page"}<h1>Welcome to W3CSchool.cc</h1> <h2>Web Site Main Ingredients</h2><p>A Home Page (Default.cshtml)</p><p>A Layout File (Layout.cshtml)</p><p>A Style Sheet (Site.css)</p>

【相關推薦】

1. ASP.NET免費視頻教程

2. 分享ASP.NET學習筆記(1)--WebPages Razor

3. 分享ASP.NET學習筆記(2)--WebPages 介紹

4. 分享ASP.NET學習筆記(3)WebPages 布局

5. 分享ASP.NET學習筆記(4)檔案夾

6. 分享ASP.NET學習筆記(5)全域頁面 AppStart 和 PageStart

7. 分享ASP.NET學習筆記(6)WebPages 表單

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.