AreaRegistrationContext.Namespaces 属性

定义

获取应用程序的命名空间。

public System.Collections.Generic.ICollection<string> Namespaces { get; }
member this.Namespaces : System.Collections.Generic.ICollection<string>
Public ReadOnly Property Namespaces As ICollection(Of String)

属性值

应用程序的一组可枚举的命名空间。

适用于