INavigationProvider
Allows the implementation of a provider that returns Navigation objects.
- Namespace:
- Inetdev.Navigation
- Type:
- Interface
- Public:
- Yes
- Protected:
- No
- Sealed:
- No
- Abstract:
- Yes
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. |