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

適用対象