FormValueProvider 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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) |
基于 |
GetKeysFromPrefix(String) |
获取特定前缀的键。 |
GetValue(String) |
使用指定键来检索值对象。 |