RouteDataAttribute.GetValueProvider Method (ModelBindingExecutionContext)

.NET Framework (current version)
 

Gets the value provider.

Namespace:   System.Web.ModelBinding
Assembly:  System.Web (in System.Web.dll)

override GetValueProvider : 
        modelBindingExecutionContext:ModelBindingExecutionContext -> IValueProvider

Parameters

modelBindingExecutionContext
Type: System.Web.ModelBinding.ModelBindingExecutionContext

The execution context.

Return Value

Type: System.Web.ModelBinding.IValueProvider

A new instance of the RouteDataValueProvider class.

.NET Framework
Available since 4.5
Return to top
Show: