Breadcrumb.AddNode Method (String)
Adds the specified text as a clickable node to the breadcrumb.
Namespace: Microsoft.WindowsServerSolutions.Web.Controls
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public void AddNode(
string text
)
public:
void AddNode(
String^ text
)
Public Sub AddNode (
text As String
)
Parameters
text
Type: System.StringThe text that is added to the breadcrumb.
See Also
AddNode Overload
Breadcrumb Class
Microsoft.WindowsServerSolutions.Web.Controls Namespace
Return to top