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

属性值

一个包含资源键名称的字符串。

注解

属性 ResourceKeyGetImplicitResourceString 类的 SiteMapNode 方法一起使用。 对于 和 Description 属性以及 对象集合SiteMapNodeAttributes定义的任何其他属性,当启用EnableLocalization本地化且属性设置为 true时,GetImplicitResourceString方法优先于 GetExplicitResourceStringTitle

适用于

另请参阅