UrlMappingCollection.AllKeys 屬性

定義

取得包含所有配置元素 UrlMappingCollection的鍵列。

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

屬性值

String[]

一個包含在 UrlMapping中所有UrlMappingCollection物件的鍵數陣列。

適用於