HttpFileCollectionValueProviderFactory Class

 

Represents a class that is responsible for creating a new instance of an HTTP file collection value provider object.

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

System.Object
  System.Web.Mvc.ValueProviderFactory
    System.Web.Mvc.HttpFileCollectionValueProviderFactory

[<Sealed>]
type HttpFileCollectionValueProviderFactory = 
    class
        inherit ValueProviderFactory
    end

NameDescription
System_CAPS_pubmethodHttpFileCollectionValueProviderFactory()

Initializes a new instance of the HttpFileCollectionValueProviderFactory class.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetValueProvider(ControllerContext)

Returns a value provider object for the specified controller context.(Overrides ValueProviderFactory.GetValueProvider(ControllerContext).)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: