SiteMapProvider.ResourceKey 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用來當地語系化 SiteMapNode 屬性的資源索引鍵。
public:
property System::String ^ ResourceKey { System::String ^ get(); void set(System::String ^ value); };
public string ResourceKey { get; set; }
member this.ResourceKey : string with get, set
Public Property ResourceKey As String
屬性值
含有資源索引鍵名稱的字串。
備註
屬性 ResourceKey 會與 類別的 SiteMapNode 方法搭配 GetImplicitResourceString 使用。
Title針對 和 Description 屬性,以及物件集合 SiteMapNode 中 Attributes 定義的任何其他屬性,當屬性設定為 true
時 EnableLocalization , GetImplicitResourceString 方法的優先順序高於 GetExplicitResourceString 。