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 (Xamarin.Forms.BindableObject page, string value);
static member SetBreadCrumb : Xamarin.Forms.BindableObject * string -> unit

Parameters

page
BindableObject

The page whose bread crumb value to set.

value
System.String

The new bread crumb value.

Applies to

SetBreadCrumb(IPlatformElementConfiguration<Tizen,Page>, String)

Sets the bread crumb value for the page.

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen,Xamarin.Forms.Page> SetBreadCrumb (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen,Xamarin.Forms.Page> config, string value);
static member SetBreadCrumb : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen, Xamarin.Forms.Page> * string -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen, Xamarin.Forms.Page>

Parameters

config
IPlatformElementConfiguration<Tizen,Page>

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

value
System.String

The new bread crumb value.

Returns

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

Applies to