Routing.RegisterRoute 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.
Overloads
RegisterRoute(String, RouteFactory) | |
RegisterRoute(String, Type) |
RegisterRoute(String, RouteFactory)
- Source:
- Routing.cs
- Source:
- Routing.cs
public:
static void RegisterRoute(System::String ^ route, Microsoft::Maui::Controls::RouteFactory ^ factory);
public static void RegisterRoute (string route, Microsoft.Maui.Controls.RouteFactory factory);
static member RegisterRoute : string * Microsoft.Maui.Controls.RouteFactory -> unit
Public Shared Sub RegisterRoute (route As String, factory As RouteFactory)
Parameters
- route
- String
- factory
- RouteFactory
Applies to
RegisterRoute(String, Type)
- Source:
- Routing.cs
- Source:
- Routing.cs
public:
static void RegisterRoute(System::String ^ route, Type ^ type);
public static void RegisterRoute (string route, Type type);
static member RegisterRoute : string * Type -> unit
Public Shared Sub RegisterRoute (route As String, type As Type)
Parameters
- route
- String
- type
- Type
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.