ModelBindingExecutionContext(HttpContextBase, ModelStateDictionary) Constructor

Definition

Initializes a new instance of the ModelBindingExecutionContext class, using the HTTP context and the model state.

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)

Parameters

httpContext
HttpContextBase

The HTTP context.

modelState
ModelStateDictionary

The model state.

Exceptions

The httpContext or modelState parameter is null.

Applies to