ControllerBuilder::DefaultNamespaces Property

Gets the default namespaces.

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

public:
property HashSet<String^>^ DefaultNamespaces {
	HashSet<String^>^ get ();
}

Property Value

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