HttpFileCollectionBase.AllKeys 属性
定义
在派生类中重写时,获取一个数组,它包含集合中所有已发布的文件对象的键(名称)。When overridden in a derived class, gets an array that contains the keys (names) of all posted file objects in the collection.
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[]
文件名数组。An array of file names.
例外
始终。Always.