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