Table of Contents

Interface INavigator<T>

Namespace
Dynamicweb.Core.UI
Assembly
Dynamicweb.Core.UI.dll
The interface INavigator defines navigator model based on specific node type.
public interface INavigator<T> : INavigator

Type Parameters

T
Inherited Members

Methods

GetNodeName<TNode>(string)

Gets the Node name by its identity.
string GetNodeName<TNode>(string entryId)

Parameters

entryId string
The node identity.

Returns

string

Type Parameters

TNode
The node type.
To top