ControllerBuilder.DefaultNamespaces Property

Gets the default namespaces.

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

public HashSet<string> DefaultNamespaces { get; }

Property Value

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