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 与 GetImplicitResourceString 类的 SiteMapNode 方法一起使用。 对于 和 Description 属性以及 对象集合SiteMapNode中Attributes定义的任何其他属性,当启用EnableLocalization本地化且属性设置为 true
时,GetImplicitResourceString方法优先于 GetExplicitResourceString 。Title