Page::ModelBindingExecutionContext Property
.NET Framework (current version)
Gets the model binding execution context.
Assembly: System.Web (in System.Web.dll)
public: property ModelBindingExecutionContext^ ModelBindingExecutionContext { ModelBindingExecutionContext^ get(); }
Property Value
Type: System.Web.ModelBinding::ModelBindingExecutionContext^The model binding execution context. If the model binding execution context is null, a new one is created and returned.
.NET Framework
Available since 4.5
Available since 4.5
Show: