Show / Hide Table of Contents

Class NavigationNodeExtension

Inheritance
System.Object
NavigationNodeExtension
Namespace: Volo.Docs.Documents
Assembly: Volo.Docs.Domain.Shared.dll
Syntax
public static class NavigationNodeExtension : object

Methods

GetAllNodes(IEnumerable<NavigationNode>, Func<NavigationNode, IEnumerable<NavigationNode>>)

Declaration
public static IEnumerable<NavigationNode> GetAllNodes(this IEnumerable<NavigationNode> source, Func<NavigationNode, IEnumerable<NavigationNode>> selector)
Parameters
Type Name Description
IEnumerable<NavigationNode> source
Func<NavigationNode, IEnumerable<NavigationNode>> selector
Returns
Type Description
IEnumerable<NavigationNode>
Back to top Powered by Volosoft