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, Type) | |
RegisterRoute(String, RouteFactory) |
RegisterRoute(String, Type)
public static void RegisterRoute (string route, Type type);
static member RegisterRoute : string * Type -> unit
Parameters
- route
- System.String
- type
- System.Type
Applies to
RegisterRoute(String, RouteFactory)
public static void RegisterRoute (string route, Xamarin.Forms.RouteFactory factory);
static member RegisterRoute : string * Xamarin.Forms.RouteFactory -> unit
Parameters
- route
- System.String
- factory
- RouteFactory