HttpFileCollectionWrapper.AllKeys 属性

定义

获取一个数组,它包含集合中所有已发布文件对象的键(名称)。

public:
 virtual property cli::array <System::String ^> ^ AllKeys { cli::array <System::String ^> ^ get(); };
public override string[] AllKeys { get; }
member this.AllKeys : string[]
Public Overrides ReadOnly Property AllKeys As String()

属性值

String[]

文件名数组。

适用于