Share via


Page.SetBreadCrumb Method

Definition

Overloads

SetBreadCrumb(BindableObject, String)

Sets the bread crumb value for the page.

SetBreadCrumb(IPlatformElementConfiguration<Tizen,Page>, String)

Sets the bread crumb value for the page.

SetBreadCrumb(BindableObject, String)

Sets the bread crumb value for the page.

public:
 static void SetBreadCrumb(Microsoft::Maui::Controls::BindableObject ^ page, System::String ^ value);
public static void SetBreadCrumb (Microsoft.Maui.Controls.BindableObject page, string value);
static member SetBreadCrumb : Microsoft.Maui.Controls.BindableObject * string -> unit
Public Sub SetBreadCrumb (page As BindableObject, value As String)

Parameters

page
BindableObject

The page whose bread crumb value to set.

value
String

The new bread crumb value.

Applies to

SetBreadCrumb(IPlatformElementConfiguration<Tizen,Page>, String)

Sets the bread crumb value for the page.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Tizen ^, Microsoft::Maui::Controls::Page ^> ^ SetBreadCrumb(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Tizen ^, Microsoft::Maui::Controls::Page ^> ^ config, System::String ^ value);
public static Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen,Microsoft.Maui.Controls.Page> SetBreadCrumb (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen,Microsoft.Maui.Controls.Page> config, string value);
static member SetBreadCrumb : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen, Microsoft.Maui.Controls.Page> * string -> Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen, Microsoft.Maui.Controls.Page>
<Extension()>
Public Function SetBreadCrumb (config As IPlatformElementConfiguration(Of Tizen, Page), value As String) As IPlatformElementConfiguration(Of Tizen, Page)

Parameters

config
IPlatformElementConfiguration<Tizen,Page>

The paltform configuration for the page whose bread crumb value to set.

value
String

The new bread crumb value.

Returns

A fluent object on which the developer may make further method calls.

Applies to