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: 9.1.0.0 (9.1.0.20241025)
Syntax public override string BaseURI { get; }
Public Overrides ReadOnly Property BaseURI As String
Get
Property Value
Type:
StringSee Also