Freigeben über


ControllerBuilder.DefaultNamespaces Property

Gets the default namespaces.

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

Syntax

'Declaration
Public ReadOnly Property DefaultNamespaces As HashSet(Of String)
    Get
public HashSet<string> DefaultNamespaces { get; }
public:
property HashSet<String^>^ DefaultNamespaces {
    HashSet<String^>^ get ();
}

Property Value

Type: System.Collections.Generic.HashSet<String>
The default namespaces.

See Also

Reference

ControllerBuilder Class

System.Web.Mvc Namespace