Routing.SetRoute(Element, String) 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.
public:
static void SetRoute(Microsoft::Maui::Controls::Element ^ obj, System::String ^ value);
public static void SetRoute (Microsoft.Maui.Controls.Element obj, string value);
static member SetRoute : Microsoft.Maui.Controls.Element * string -> unit
Public Shared Sub SetRoute (obj As Element, value As String)
Parameters
- obj
- Element
- value
- String