IControllerFactory.CreateController(RequestContext, String) メソッド

定義

指定された要求コンテキストを使用して、指定されたコントローラーを作成します。

public System.Web.Mvc.IController CreateController (System.Web.Routing.RequestContext requestContext, string controllerName);
abstract member CreateController : System.Web.Routing.RequestContext * string -> System.Web.Mvc.IController
Public Function CreateController (requestContext As RequestContext, controllerName As String) As IController

パラメーター

requestContext
RequestContext

要求コンテキスト。

controllerName
String

コントローラーの名前。

戻り値

コントローラー。

適用対象