SiteMapProvider.ResourceKey プロパティ

定義

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 、 クラスの GetImplicitResourceString メソッドと共に使用されます SiteMapNodeTitleプロパティと Description プロパティ、および オブジェクトのコレクションでAttributes定義されている追加のSiteMapNode属性の場合、 GetImplicitResourceString プロパティが にtrue設定されたローカリゼーションが有効EnableLocalizationになっている場合、 メソッドが よりも優先GetExplicitResourceStringされます。

適用対象

こちらもご覧ください