System.Web.SiteMapProvider.ResourceKey Property

Get or sets the resource key that is used for localizing System.Web.SiteMapNode attributes.

Syntax

public string ResourceKey { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The SiteMapProvider.ResourceKey property is used with the SiteMapNode.GetImplicitResourceString(string) method of the System.Web.SiteMapNode class. For the SiteMapNode.Title and SiteMapNode.Description properties, as well as any additional attributes that are defined in the SiteMapNode.Attributes collection of the System.Web.SiteMapNode object, the SiteMapNode.GetImplicitResourceString(string) method takes precedence over the SiteMapNode.GetExplicitResourceString(string, string, bool) when the localization is enabled with the SiteMapProvider.EnableLocalization property set to true.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0