RazorPagesSection.Namespaces 属性

定义

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

[System.Configuration.ConfigurationProperty("namespaces", IsRequired=true)]
public System.Web.Configuration.NamespaceCollection Namespaces { get; set; }
member this.Namespaces : System.Web.Configuration.NamespaceCollection with get, set
Public Property Namespaces As NamespaceCollection

属性值

命名空间的集合。

属性

适用于