IRouteCollection 인터페이스

정의

새 경로 추가를 지원하는 라우터에 대한 인터페이스입니다.

public interface class IRouteCollection : Microsoft::AspNetCore::Routing::IRouter
public interface IRouteCollection : Microsoft.AspNetCore.Routing.IRouter
type IRouteCollection = interface
    interface IRouter
Public Interface IRouteCollection
Implements IRouter
파생
구현

메서드

Add(IRouter)

에 정의된 경로 컬렉션을 추가합니다 router.

GetVirtualPath(VirtualPathContext)

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

(다음에서 상속됨 IRouter)
RouteAsync(RouteContext)

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

(다음에서 상속됨 IRouter)

적용 대상