共用方式為


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>)

適用於