HugoYamlBasedFrontMatterSyntaxNode.Find
HugoYamlBasedFrontMatterSyntaxNode.Find method
Defines the interface for find T by string Path
public override T Find<T>(params string[] path)
where T : ChildFrontMatterSyntaxNode
| Parameter | Description |
|---|---|
| T | The T type. |
| path | The string path. |
Return Value
The T type.
Exceptions
| exception | condition |
|---|---|
| ArgumentException | Throw the ArgumentException |
See Also
- class ChildFrontMatterSyntaxNode
- class HugoYamlBasedFrontMatterSyntaxNode
- namespace Aspose.Html.Toolkit.Markdown.Syntax.Extensions
- assembly Aspose.HTML