共用方式為


MvcRouteHandler 類別

定義

建立 物件,這個物件會實作 IHttpHandler 介面,並將要求內容傳遞給它。

public class MvcRouteHandler : System.Web.Routing.IRouteHandler
type MvcRouteHandler = class
    interface IRouteHandler
Public Class MvcRouteHandler
Implements IRouteHandler
繼承
MvcRouteHandler
實作

建構函式

MvcRouteHandler()

初始化 MvcRouteHandler 類別的新執行個體。

MvcRouteHandler(IControllerFactory)

使用指定的 Factory 控制器物件, MvcRouteHandler 初始化 類別的新實例。

方法

GetHttpHandler(RequestContext)

使用指定的 HTTP 內容,傳回 HTTP 處理常式。

GetSessionStateBehavior(RequestContext)

傳回工作階段行為。

明確介面實作

IRouteHandler.GetHttpHandler(RequestContext)

使用指定的要求內容,傳回 HTTP 處理常式。

適用於