RouteAreaAttribute.AreaPrefix 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 URL prefix to apply to the routes of this area. Defaults to the area's name.
public string AreaPrefix { get; set; }
member this.AreaPrefix : string with get, set
Public Property AreaPrefix As String
Property Value
The URL prefix to apply to the routes of this area.