HttpFileCollectionWrapper.AllKeys 속성

정의

컬렉션에 게시된 모든 파일 개체의 키(이름)를 포함하는 배열을 가져옵니다.

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

속성 값

String[]

파일 이름의 배열입니다.

적용 대상