RouteAreaAttribute.AreaName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public string AreaName { get; }
member this.AreaName : string
Public ReadOnly Property AreaName As String
Property Value
The area name to set for all the routes defined in the controller.