Click or drag to resize

HtmlNodeNavigatorBaseURI Property

Gets the base URI for 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: 8.0.2.0 (8.0.2.20210618)
Syntax
public override string BaseURI { get; }

Property Value

Type: String
See Also