共用方式為


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 物件的索引鍵陣列。

適用於