Share via


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

ファイル名の配列。

適用対象