Table of Contents

Class NavigationNodePathProvider

Namespace
Dynamicweb.CoreUI.Navigation
Assembly
Dynamicweb.CoreUI.dll
public abstract class NavigationNodePathProvider
Inheritance
NavigationNodePathProvider
Derived
Inherited Members

Fields

ModelIdentifierPlaceholder

public static readonly string ModelIdentifierPlaceholder

Field Value

string

Methods

GetNavigationNodePathFromObject(object?)

public abstract NavigationNodePath? GetNavigationNodePathFromObject(object? candidate)

Parameters

candidate object

Returns

NavigationNodePath
To top