다음을 통해 공유


IRouteHandler 인터페이스

정의

일치하는 경로 패턴에 대한 요청을 처리하기 위해 클래스에서 구현해야 하는 계약을 정의합니다.

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

메서드

GetHttpHandler(RequestContext)

요청을 처리하는 개체를 제공합니다.

적용 대상

추가 정보