IRouter 인터페이스

정의

라우터를 구현하기 위한 인터페이스입니다.

public interface class IRouter
public interface IRouter
type IRouter = interface
Public Interface IRouter
파생

메서드

GetVirtualPath(VirtualPathContext)

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

RouteAsync(RouteContext)

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

적용 대상