Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.