Share via


HttpFileCollectionWrapper.GetKey(Int32) メソッド

定義

指定したインデックス位置にある、ポストされたファイル オブジェクトの名前を返します。

public:
 override System::String ^ GetKey(int index);
public override string GetKey (int index);
override this.GetKey : int -> string
Public Overrides Function GetKey (index As Integer) As String

パラメーター

index
Int32

返すオブジェクト名のインデックス。

戻り値

index で指定された、ポストされたファイル オブジェクトの名前。

例外

index が、コレクションのインデックスの正しい範囲から外れています。

適用対象