RouteAreaAttribute.AreaPrefix 属性

定义

获取要应用到此区域的路由的 URL 前缀。 默认为区域的名称。

public string AreaPrefix { get; set; }
member this.AreaPrefix : string with get, set
Public Property AreaPrefix As String

属性值

要应用到此区域的路由的 URL 前缀。

适用于