ControllerBuilder.DefaultNamespaces Property

Gets the default namespaces.

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

'Declaration
Public ReadOnly Property DefaultNamespaces As HashSet(Of String)
	Get
'Usage
Dim instance As ControllerBuilder 
Dim value As HashSet(Of String)

value = instance.DefaultNamespaces

Property Value

Type: System.Collections.Generic.HashSet(Of String)
The default namespaces.
Show: