HttpFileCollection.AllKeys 속성

정의

파일 컬렉션의 모든 멤버에 대한 키(이름)가 들어 있는 문자열 배열을 가져옵니다.

public:
 property cli::array <System::String ^> ^ AllKeys { cli::array <System::String ^> ^ get(); };
public string[] AllKeys { get; }
member this.AllKeys : string[]
Public ReadOnly Property AllKeys As String()

속성 값

String[]

파일 이름의 배열입니다.

예제

다음 예제에서는 클라이언트에서 전송된 이름을 문자열 배열로 로드 HttpFileCollection 합니다.

String[] MyNameArray = Request.Files.AllKeys;
Dim MyNameArray() As String = Request.Files.AllKeys

적용 대상

추가 정보