IRouteWithArea 接口

定义

将路由与 ASP.NET MVC 应用程序中的区域关联。

public interface IRouteWithArea
type IRouteWithArea = interface
Public Interface IRouteWithArea

属性

Area

获取要与路由关联的区域的名称。

适用于