Click or drag to resize

HtmlNodeNavigatorPrefix Property

Gets the prefix associated with the current node. Always returns string.Empty in the case of HtmlNavigator implementation.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 9.0.3.0 (9.0.3.20240719)
Syntax
public override string Prefix { get; }

Property Value

Type: String
See Also