다음을 통해 공유


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

적용 대상