HttpFileCollectionValueProviderFactory クラス

定義

HTTP ファイル コレクションの値プロバイダー オブジェクトの新しいインスタンスを作成するクラスを表します。

public sealed class HttpFileCollectionValueProviderFactory : System.Web.Mvc.ValueProviderFactory
type HttpFileCollectionValueProviderFactory = class
    inherit ValueProviderFactory
Public NotInheritable Class HttpFileCollectionValueProviderFactory
Inherits ValueProviderFactory
継承
HttpFileCollectionValueProviderFactory

コンストラクター

HttpFileCollectionValueProviderFactory()

HttpFileCollectionValueProviderFactory クラスの新しいインスタンスを初期化します。

メソッド

GetValueProvider(ControllerContext)

指定したコントローラー コンテキストの値プロバイダー オブジェクトを返します。

適用対象