HttpFileCollectionValueProvider 类

定义

表示要用于来自 HTTP 文件集合的值的值提供程序。

public sealed class HttpFileCollectionValueProvider : System.Web.Mvc.DictionaryValueProvider<System.Web.HttpPostedFileBase[]>
type HttpFileCollectionValueProvider = class
    inherit DictionaryValueProvider<HttpPostedFileBase[]>
Public NotInheritable Class HttpFileCollectionValueProvider
Inherits DictionaryValueProvider(Of HttpPostedFileBase())
继承
HttpFileCollectionValueProvider

构造函数

HttpFileCollectionValueProvider(ControllerContext)

初始化 HttpFileCollectionValueProvider 类的新实例。

方法

ContainsPrefix(String)

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

(继承自 DictionaryValueProvider<TValue>)
GetKeysFromPrefix(String)

从前缀中获取键。

(继承自 DictionaryValueProvider<TValue>)
GetValue(String)

使用指定键和控制器上下文返回值对象。

(继承自 DictionaryValueProvider<TValue>)

适用于