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 with the specified link 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,
string href
)
public:
void AddNode(
String^ text,
String^ href
)
Public Sub AddNode (
text As String,
href As String
)
Parameters
text
Type: System.StringThe text that is added to the breadcrumb.
href
Type: System.StringThe href of the link.
See Also
AddNode Overload
Breadcrumb Class
Microsoft.WindowsServerSolutions.Web.Controls Namespace
Return to top