HttpFileCollectionBase.AllKeys プロパティ

定義

派生クラスでオーバーライドされると、コレクション内の、ポストされたすべてのファイル オブジェクトのキー (名前) を格納している配列を取得します。

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

プロパティ値

String[]

ファイル名の配列。

例外

適用対象