SimpleValueProvider Constructors
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the SimpleValueProvider class.
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. |
Initializes a new instance of the SimpleValueProvider class by using the specified execution context.
protected:
SimpleValueProvider(System::Web::ModelBinding::ModelBindingExecutionContext ^ modelBindingExecutionContext);
protected SimpleValueProvider (System.Web.ModelBinding.ModelBindingExecutionContext modelBindingExecutionContext);
new System.Web.ModelBinding.SimpleValueProvider : System.Web.ModelBinding.ModelBindingExecutionContext -> System.Web.ModelBinding.SimpleValueProvider
Protected Sub New (modelBindingExecutionContext As 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 |
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);
protected SimpleValueProvider (System.Web.ModelBinding.ModelBindingExecutionContext modelBindingExecutionContext, System.Globalization.CultureInfo cultureInfo);
new System.Web.ModelBinding.SimpleValueProvider : System.Web.ModelBinding.ModelBindingExecutionContext * System.Globalization.CultureInfo -> System.Web.ModelBinding.SimpleValueProvider
Protected Sub New (modelBindingExecutionContext As ModelBindingExecutionContext, cultureInfo As 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 |
.NET feedback
.NET er et åben kildekode projekt. Vælg et link for at give feedback: