This documentation is archived and is not being maintained.

SiteMapProvider::ResourceKey Property

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

Namespace:  System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property String^ ResourceKey {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
A string containing the resource key name.

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

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: