Share via


RazorWebSectionGroup Class

Definition

Provides configuration system support for the system.web.webPages.razor configuration section.

public class RazorWebSectionGroup : System.Configuration.ConfigurationSectionGroup
type RazorWebSectionGroup = class
    inherit ConfigurationSectionGroup
Public Class RazorWebSectionGroup
Inherits ConfigurationSectionGroup
Inheritance
RazorWebSectionGroup

Constructors

Name Description
RazorWebSectionGroup()

Initializes a new instance of the RazorWebSectionGroup class.

Fields

Name Description
GroupName

Represents the name of the configuration section for Razor Web section. Contains the static, read-only string "system.web.webPages.razor".

Properties

Name Description
Host

Gets or sets the host value for system.web.webPages.razor section group.

Pages

Gets or sets the value of the pages element for the system.web.webPages.razor section.

Applies to