Share via


ContentPage.Breadcrumb Property

 

Gets the Breadcrumb object in the content page.

Namespace:   Microsoft.WindowsServerSolutions.Web
Assembly:  Wssg.Web (in Wssg.Web.dll)

Syntax

public Breadcrumb Breadcrumb { get; }
public:
property Breadcrumb^ Breadcrumb {
    Breadcrumb^ get();
}
Public ReadOnly Property Breadcrumb As Breadcrumb

Property Value

Type: Microsoft.WindowsServerSolutions.Web.Controls.Breadcrumb

An instance of Breadcrumb.

See Also

ContentPage Class
Microsoft.WindowsServerSolutions.Web Namespace

Return to top