RouteAreaAttribute.AreaName Property

 

Gets the area name to set for all the routes defined in the controller. If the value is null, an attempt will be made to infer the area name from the target controller's namespace.

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

member AreaName : string with get, private set

Property Value

Type: System.String

The area name to set for all the routes defined in the controller.

Return to top
Show: