Share via


RouteAreaAttribute.AreaPrefix Property

Definition

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.

Applies to