RazorPagesSection.Namespaces 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置要添加到当前应用程序的 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
属性值
命名空间的集合。
- 属性