ViewStateAttribute.GetValueProvider Method (ModelBindingExecutionContext)
.NET Framework (current version)
Returns the value provider.
Assembly: System.Web (in System.Web.dll)
public override IValueProvider GetValueProvider( ModelBindingExecutionContext modelBindingExecutionContext )
Parameters
- modelBindingExecutionContext
-
Type:
System.Web.ModelBinding.ModelBindingExecutionContext
The execution context.
| Exception | Condition |
|---|---|
| ArgumentNullException | The modelBindingExecutionContext parameter is null. |
.NET Framework
Available since 4.5
Available since 4.5
Show: