ValueProviderFactoryCollection.GetValueProvider(ControllerContext) メソッド

定義

指定されたコントローラー コンテキストの値プロバイダー ファクトリを返します。

public System.Web.Mvc.IValueProvider GetValueProvider (System.Web.Mvc.ControllerContext controllerContext);
member this.GetValueProvider : System.Web.Mvc.ControllerContext -> System.Web.Mvc.IValueProvider
Public Function GetValueProvider (controllerContext As ControllerContext) As IValueProvider

パラメーター

controllerContext
ControllerContext

現在の HTTP 要求に関する情報をカプセル化するオブジェクト。

戻り値

指定されたコントローラー コンテキストの値プロバイダー ファクトリ オブジェクト。

適用対象