共用方式為


RazorPagesSection 類別

定義

提供頁面組態區段的組態系統支援。

public class RazorPagesSection : System.Configuration.ConfigurationSection
type RazorPagesSection = class
    inherit ConfigurationSection
Public Class RazorPagesSection
Inherits ConfigurationSection
繼承
RazorPagesSection

建構函式

RazorPagesSection()

初始化 RazorPagesSection 類別的新執行個體。

欄位

SectionName

表示 Razor 頁面的組態區段名稱。

屬性

Namespaces

取得或設定命名空間的集合,這個命名空間會加入至目前應用程式的「網頁」頁面中。

PageBaseType

取得或設定頁面基底類型類別的名稱。

適用於