ModelValidator.ModelBindingExecutionContext Property

Definition

When implemented in a derived class, gets the execution context.

protected public:
 property System::Web::ModelBinding::ModelBindingExecutionContext ^ ModelBindingExecutionContext { System::Web::ModelBinding::ModelBindingExecutionContext ^ get(); };
protected internal System.Web.ModelBinding.ModelBindingExecutionContext ModelBindingExecutionContext { get; }
member this.ModelBindingExecutionContext : System.Web.ModelBinding.ModelBindingExecutionContext
Protected Friend ReadOnly Property ModelBindingExecutionContext As ModelBindingExecutionContext

Property Value

The execution context.

Applies to