SiteMapNode::ResourceKey Property
.NET Framework (current version)
Gets or sets the resource key that is used to localize the SiteMapNode.
Assembly: System.Web (in System.Web.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | The node is read-only. |
Using the set accessor of the ResourceKey property when the ReadOnly property is true will result in an InvalidOperationException exception. To set the ResourceKey for a SiteMapNode object, use the SiteMapNode constructor.
.NET Framework
Available since 2.0
Available since 2.0
Show: