RazorPagesSection 类

定义

为页面配置部分提供配置系统支持。

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

构造函数

RazorPagesSection()

初始化 RazorPagesSection 类的新实例。

字段

SectionName

表示 Razor 页配置部分的名称。

属性

Namespaces

获取或设置要添加到当前应用程序的 Web Pages 页的命名空间的集合。

PageBaseType

获取或设置页基类型类的名称。

适用于