Interface INavigator
- Namespace
 - Dynamicweb.Core.UI
 
- Assembly
 - Dynamicweb.Core.UI.dll
 
The interface INavigator defines basic navigator model.
  
  public interface INavigator
  Methods
GetActions(string, IDictionary<string, string>)
Gets the Action collection.
  
  IEnumerable<Action> GetActions(string path, IDictionary<string, string> requestParameters)
  Parameters
pathstring- The note path.
 requestParametersIDictionary<string, string>- The request parameters.
 
Returns
GetNodes(string, IDictionary<string, string>)
Gets the Node collection.
  
  IEnumerable<Node> GetNodes(string path, IDictionary<string, string> requestParameters)
  Parameters
pathstring- The node path.
 requestParametersIDictionary<string, string>- The request parameters.