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 クラスの新しいインスタンスを初期化します。

メソッド

GetHttpHandler(RequestContext)

指定された HTTP コンテキストを使用して HTTP ハンドラーを返します。

GetSessionStateBehavior(RequestContext)

セッションの動作を返します。

明示的なインターフェイスの実装

IRouteHandler.GetHttpHandler(RequestContext)

指定された要求コンテキストを使用して HTTP ハンドラーを返します。

適用対象