Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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