RazorWebSectionGroup.Pages 属性

定义

获取或设置 system.web.webPages.razor 节的 pages 元素的值。

[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

属性值

pages 元素值。

属性

适用于