RouteHandler 클래스

정의

지정된 경로에 대해 실행되는 처리기 구현을 지원합니다.

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 따라 요청을 처리할 을 routeData가져옵니다.

GetVirtualPath(VirtualPathContext)

에 제공된 경로 세부 정보와 연결된 URL을 반환합니다. context

RouteAsync(RouteContext)

현재 context를 기반으로 비동기적으로 라우팅합니다.

적용 대상