AreaRegistrationContext.Namespaces Property

Gets the namespaces for the application.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

'Declaration
Public ReadOnly Property Namespaces As ICollection(Of String)
	Get
'Usage
Dim instance As AreaRegistrationContext 
Dim value As ICollection(Of String)

value = instance.Namespaces

Property Value

Type: System.Collections.Generic.ICollection(Of String)
An enumerable set of namespaces for the application.
Show: