RazorPagesSection Class

Definition

Provides configuration system support for the pages configuration section.

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

Constructors

RazorPagesSection()

Initializes a new instance of the RazorPagesSection class.

Fields

SectionName

Represents the name of the configuration section for Razor pages.

Properties

Namespaces

Gets or sets the collection of namespaces to add to Web Pages pages in the current application.

PageBaseType

Gets or sets the name of the page base type class.

Applies to