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