Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.