다음을 통해 공유


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)

지정된 컨트롤러 컨텍스트에 대한 값 공급자 개체를 반환합니다.

적용 대상