共用方式為


RouteCollectionExtensions 類別

定義

RouteCollection擴充 MVC 路由的 物件。

public static class RouteCollectionExtensions
type RouteCollectionExtensions = class
Public Module RouteCollectionExtensions
繼承
RouteCollectionExtensions

方法

GetVirtualPathForArea(RouteCollection, RequestContext, RouteValueDictionary)

傳回包含路由及虛擬路徑相關資訊的物件,而路由與虛擬路徑是在目前的區域中產生 URL 的結果。

GetVirtualPathForArea(RouteCollection, RequestContext, String, RouteValueDictionary)

傳回包含路由及虛擬路徑相關資訊的物件,而路由與虛擬路徑是在目前的區域中產生 URL 的結果。

IgnoreRoute(RouteCollection, String)

針對指定的可用路由清單,忽略指定的 URL 路由。

IgnoreRoute(RouteCollection, String, Object)

針對指定的可用路由清單和條件約束清單,忽略指定的 URL 路由。

MapRoute(RouteCollection, String, String)

對應指定的 URL 路徑。

MapRoute(RouteCollection, String, String, Object)

對應指定的 URL 路由並設定預設路由值。

MapRoute(RouteCollection, String, String, Object, Object)

對應指定的 URL 路由並設定預設路由值和條件約束。

MapRoute(RouteCollection, String, String, Object, Object, String[])

對應指定的 URL 路由並設定預設路由值、條件約束和命名空間。

MapRoute(RouteCollection, String, String, Object, String[])

對應指定的 URL 路由並設定預設路由值和命名空間。

MapRoute(RouteCollection, String, String, String[])

對應指定的 URL 路由並設定命名空間。

適用於