SimpleValueProvider Constructor (ModelBindingExecutionContext, CultureInfo)

.NET Framework (current version)
 

Initializes a new instance of the SimpleValueProvider class by using the specified execution context and culture information.

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

Protected Sub New (
	modelBindingExecutionContext As ModelBindingExecutionContext,
	cultureInfo As CultureInfo
)

Parameters

modelBindingExecutionContext
Type: System.Web.ModelBinding.ModelBindingExecutionContext

The execution context.

cultureInfo
Type: System.Globalization.CultureInfo

The culture information.

.NET Framework
Available since 4.5
Return to top
Show: