NavigationProvider
Default navigation provider.
- Namespace:
- KpokPatagon.Navigation
- Type:
- Class
- Public:
- Yes
- Protected:
- No
- Sealed:
- Yes
- Abstract:
- No
- Implements:
- KpokPatagon.Navigation.INavigationProvider
Constructors
NavigationProvider
Default constructor
- Signature:
public Void NavigationProvider()
Methods
GetNavigationAsync
Gets the Navigation object for the specified name.
- Signature:
public Task GetNavigationAsync(name)
Returns
A navigation configuration model.
Parameters
Name |
Type |
Summary |
name |
String |
Name of the navigation configuration. |
Exceptions