AreaRegistrationContext.Namespaces Property

Gets the namespaces for the application.

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

function get Namespaces () : ICollection<String>

Property Value

Type: System.Collections.Generic.ICollection(String)
An enumerable set of namespaces for the application.
Show: