RouteHandler 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
支援實作針對指定路由執行的處理常式。
public ref class RouteHandler : Microsoft::AspNetCore::Routing::IRouteHandler, Microsoft::AspNetCore::Routing::IRouter
public class RouteHandler : Microsoft.AspNetCore.Routing.IRouteHandler, Microsoft.AspNetCore.Routing.IRouter
type RouteHandler = class
interface IRouteHandler
interface IRouter
Public Class RouteHandler
Implements IRouteHandler, IRouter
- 繼承
-
RouteHandler
- 實作
建構函式
RouteHandler(RequestDelegate) |
建構新的 RouteHandler 執行個體。 |
方法
GetRequestHandler(HttpContext, RouteData) |
RequestDelegate取得 ,以根據提供的 |
GetVirtualPath(VirtualPathContext) |
傳回與 中提供的路由詳細資料相關聯的 URL |
RouteAsync(RouteContext) |
根據目前的 |