ModelBindingExecutionContext(HttpContextBase, ModelStateDictionary) 建構函式

定義

利用 HTTP 上下文與模型狀態初始化該 ModelBindingExecutionContext 類別的新實例。

public:
 ModelBindingExecutionContext(System::Web::HttpContextBase ^ httpContext, System::Web::ModelBinding::ModelStateDictionary ^ modelState);
public ModelBindingExecutionContext(System.Web.HttpContextBase httpContext, System.Web.ModelBinding.ModelStateDictionary modelState);
new System.Web.ModelBinding.ModelBindingExecutionContext : System.Web.HttpContextBase * System.Web.ModelBinding.ModelStateDictionary -> System.Web.ModelBinding.ModelBindingExecutionContext
Public Sub New (httpContext As HttpContextBase, modelState As ModelStateDictionary)

參數

httpContext
HttpContextBase

HTTP 上下文。

modelState
ModelStateDictionary

模範州。

例外狀況

httpContextmodelState參數為 null

適用於