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.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Property Value
Type: System.StringThe area name to set for all the routes defined in the controller.
Show: