RouteAreaAttribute Properties
Namespace:
System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | AreaName | 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. |
![]() | AreaPrefix | Gets the URL prefix to apply to the routes of this area. Defaults to the area's name. |
![]() | TypeId | (Inherited from Attribute.) |
Show:
