SiteMapPath::RootNodeStyle Property
Gets the style for the root node display text.
Assembly: System.Web (in System.Web.dll)
[PersistenceModeAttribute(PersistenceMode::InnerProperty)] public: property Style^ RootNodeStyle { Style^ get (); }
Property Value
Type: System.Web.UI.WebControls::StyleThe Style that contains the style settings for the SiteMapPath control root node display text.
Use the RootNodeStyle property to control the appearance of the display text for the root node of the navigation path. By default, the display text is that specified in the Title property of the SiteMapNode that represents the page. Common style settings include custom background color, foreground color, font properties, and node spacing.
For SiteMapPath nodes, style properties are merged into a single style, in the following order:
CurrentNodeStyle or RootNodeStyle, depending on the node type.
Note |
|---|
If you set the node font style to a strikeout or overline style, the default underline style of the node is not displayed unless it is explicitly set to true. |
If a RootNodeTemplate property is defined, the RootNodeStyle property is ignored.
The following code example demonstrates how to declaratively set the RootNodeStyle attributes on a SiteMapPath control.
Security Note |
|---|
This example has a text box that accepts user input, which is a potential security threat. By default, ASP.NET Web pages validate that user input does not include script or HTML elements. For more information, see Script Exploits Overview. |
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.
Note