SimpleValueProvider Constructors

Definition

Initializes a new instance of the SimpleValueProvider class.

Overloads

SimpleValueProvider(ModelBindingExecutionContext)

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

SimpleValueProvider(ModelBindingExecutionContext, CultureInfo)

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

SimpleValueProvider(ModelBindingExecutionContext)

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

protected SimpleValueProvider (System.Web.ModelBinding.ModelBindingExecutionContext modelBindingExecutionContext);

Parameters

modelBindingExecutionContext
ModelBindingExecutionContext

The execution context.

Applies to

.NET Framework 4.8.1 og andre versioner
Produkt Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

SimpleValueProvider(ModelBindingExecutionContext, CultureInfo)

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

protected SimpleValueProvider (System.Web.ModelBinding.ModelBindingExecutionContext modelBindingExecutionContext, System.Globalization.CultureInfo cultureInfo);

Parameters

modelBindingExecutionContext
ModelBindingExecutionContext

The execution context.

cultureInfo
CultureInfo

The culture information.

Applies to

.NET Framework 4.8.1 og andre versioner
Produkt Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1