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
Type Summary
ArgumentNullOrEmptyException Thrown when name is null or empty.
NavigationNotFoundException Thrown when there are not a navigation configuration for the specified name.