Page.GetBreadCrumb Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetBreadCrumb(BindableObject) |
Returns the breadcrumb representation for a page. |
GetBreadCrumb(IPlatformElementConfiguration<Tizen,Page>) |
Returns the breadcrumb representation for a page. |
GetBreadCrumb(BindableObject)
- Source:
- Page.cs
- Source:
- Page.cs
Returns the breadcrumb representation for a page.
public:
static System::String ^ GetBreadCrumb(Microsoft::Maui::Controls::BindableObject ^ page);
public static string GetBreadCrumb (Microsoft.Maui.Controls.BindableObject page);
static member GetBreadCrumb : Microsoft.Maui.Controls.BindableObject -> string
Public Function GetBreadCrumb (page As BindableObject) As String
Parameters
- page
- BindableObject
The page whose bread crumb representation to get.
Returns
The breadcrumb representation for the page.
Applies to
GetBreadCrumb(IPlatformElementConfiguration<Tizen,Page>)
- Source:
- Page.cs
- Source:
- Page.cs
Returns the breadcrumb representation for a page.
public:
[System::Runtime::CompilerServices::Extension]
static System::String ^ GetBreadCrumb(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Tizen ^, Microsoft::Maui::Controls::Page ^> ^ config);
public static string GetBreadCrumb (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen,Microsoft.Maui.Controls.Page> config);
static member GetBreadCrumb : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen, Microsoft.Maui.Controls.Page> -> string
<Extension()>
Public Function GetBreadCrumb (config As IPlatformElementConfiguration(Of Tizen, Page)) As String
Parameters
- config
- IPlatformElementConfiguration<Tizen,Page>
The platform configuration for the page whose bread crumb representation to get.
Returns
The breadcrumb representation for the page.