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[]

ファイル名の配列。

適用対象