HttpFileCollectionWrapper.GetKey(Int32) 方法
定义
返回指定索引处的已发布文件对象的名称。Returns the name of the posted file object at the specified index.
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
要返回的对象名称的索引。The index of the object name to return.
返回
index 指定的已发布文件对象的名称。The name of the posted file object that is specified by index.
例外
index 超出了集合的有效索引范围。index is outside the valid range of indexes for the collection.