HttpFileCollectionValueProvider 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示搭配來自 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(ControllerContext) |
初始化 HttpFileCollectionValueProvider 類別的新執行個體。 |
方法
ContainsPrefix(String) |
判斷集合是否包含指定的前置詞。 (繼承來源 DictionaryValueProvider<TValue>) |
GetKeysFromPrefix(String) |
從前置字元取得索引鍵。 (繼承來源 DictionaryValueProvider<TValue>) |
GetValue(String) |
使用指定的索引鍵和控制器內容,傳回值物件。 (繼承來源 DictionaryValueProvider<TValue>) |