HttpFileCollectionBase.GetKey(Int32) Méthode

Définition

En cas de substitution dans une classe dérivée, retourne le nom de l’objet fichier publié à l’index spécifié.

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

Paramètres

index
Int32

Index du nom d’objet à retourner.

Retours

Nom du fichier objet publié qui est spécifié par index.

Exceptions

S’applique à