Routing.GetRoute(BindableObject) 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.
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.