FormValueProvider 类

定义

IValueProvider存储在 中的数据的IFormCollection适配器。

public ref class FormValueProvider : Microsoft::AspNetCore::Mvc::ModelBinding::BindingSourceValueProvider, Microsoft::AspNetCore::Mvc::ModelBinding::IEnumerableValueProvider, Microsoft::AspNetCore::Mvc::ModelBinding::IValueProvider
public class FormValueProvider : Microsoft.AspNetCore.Mvc.ModelBinding.BindingSourceValueProvider, Microsoft.AspNetCore.Mvc.ModelBinding.IEnumerableValueProvider, Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider
type FormValueProvider = class
    inherit BindingSourceValueProvider
    interface IEnumerableValueProvider
    interface IValueProvider
Public Class FormValueProvider
Inherits BindingSourceValueProvider
Implements IEnumerableValueProvider, IValueProvider
继承
实现

构造函数

FormValueProvider(BindingSource, IFormCollection, CultureInfo)

IFormCollection创建值提供程序。

属性

BindingSource

获取相应的 BindingSource

(继承自 BindingSourceValueProvider)
Culture

要使用的区域性。

PrefixContainer

前缀容器。

方法

ContainsPrefix(String)

确定集合是否包含指定的前缀。

Filter(BindingSource)

基于 bindingSource筛选值提供程序。

(继承自 BindingSourceValueProvider)
GetKeysFromPrefix(String)

获取特定前缀的键。

GetValue(String)

使用指定键来检索值对象。

适用于