Routing.GetRoute(BindableObject) Method

Definition

Gets the route string for the specified BindableObject.

public:
 static System::String ^ GetRoute(Microsoft::Maui::Controls::BindableObject ^ obj);
public static string GetRoute(Microsoft.Maui.Controls.BindableObject obj);
static member GetRoute : Microsoft.Maui.Controls.BindableObject -> string
Public Shared Function GetRoute (obj As BindableObject) As String

Parameters

obj
BindableObject

The object to get the route from.

Returns

The route string associated with the object.

Applies to