RouteAreaAttribute Properties

 

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

NameDescription
System_CAPS_pubpropertyAreaName

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.

System_CAPS_pubpropertyAreaPrefix

Gets the URL prefix to apply to the routes of this area. Defaults to the area's name.

System_CAPS_pubpropertyTypeId

(Inherited from Attribute.)

Return to top
Show: