HttpFileCollectionBase.GetKey(Int32) Method

Definition

When overridden in a derived class, returns the name of the posted file object at the specified index.

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

Parameters

index
Int32

The index of the object name to return.

Returns

The name of the posted file object that is specified by index.

Exceptions

Applies to