共用方式為


RazorPagesSection.Namespaces 屬性

定義

取得或設定命名空間的集合,這個命名空間會加入至目前應用程式的「網頁」頁面中。

[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

屬性值

命名空間的集合。

屬性

適用於