MvcRouteHandler 클래스

정의

IHttpHandler 인터페이스를 구현하고 요청 컨텍스트를 전달하는 개체를 만듭니다.

public class MvcRouteHandler : System.Web.Routing.IRouteHandler
type MvcRouteHandler = class
    interface IRouteHandler
Public Class MvcRouteHandler
Implements IRouteHandler
상속
MvcRouteHandler
구현

생성자

MvcRouteHandler()

MvcRouteHandler 클래스의 새 인스턴스를 초기화합니다.

MvcRouteHandler(IControllerFactory)

지정된 팩터리 컨트롤러 개체를 사용하여 클래스의 MvcRouteHandler 새 instance 초기화합니다.

메서드

GetHttpHandler(RequestContext)

지정된 HTTP 컨텍스트를 사용하여 HTTP 처리기를 반환합니다.

GetSessionStateBehavior(RequestContext)

세션 동작을 반환합니다.

명시적 인터페이스 구현

IRouteHandler.GetHttpHandler(RequestContext)

지정된 요청 컨텍스트를 사용하여 HTTP 처리기를 반환합니다.

적용 대상