Share via


Breadcrumb.AddNode Method (String, String)

 

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.String

    The text that is added to the breadcrumb.

See Also

AddNode Overload
Breadcrumb Class
Microsoft.WindowsServerSolutions.Web.Controls Namespace

Return to top