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.

适用于