HugoFrontMatterSyntaxNode.Find
Find(params String[])
Defines the interface for find BaseSyntaxNode
public ChildFrontMatterSyntaxNode Find(params String[] path)
Parameter | Type | Description |
---|---|---|
path | String[] | The String path. |
Return Value
The BaseSyntaxNode.
See Also
- class ChildFrontMatterSyntaxNode
- class HugoFrontMatterSyntaxNode
- package com.aspose.html.Toolkit.Markdown.Syntax.Extensions
- package Aspose.HTML
Find<T>(params String[])
Defines the interface for find T
public abstract T Find<T>(params String[] path)
where T : ChildFrontMatterSyntaxNode
Parameter | Description |
---|---|
T | The T type. |
path | The String path. |
Return Value
The T object.
See Also
- class ChildFrontMatterSyntaxNode
- class HugoFrontMatterSyntaxNode
- package com.aspose.html.Toolkit.Markdown.Syntax.Extensions
- package Aspose.HTML