Share via


RazorWebSectionGroup.Pages Property

Definition

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

[System.Configuration.ConfigurationProperty("pages", IsRequired=false)]
public System.Web.WebPages.Razor.Configuration.RazorPagesSection Pages { get; set; }
member this.Pages : System.Web.WebPages.Razor.Configuration.RazorPagesSection with get, set
Public Property Pages As RazorPagesSection

Property Value

The pages element value.

Attributes

Applies to