HtmlNodeNavigatorGetNamespace Method |
Returns the value of the namespace node corresponding to the specified local name.
Always returns string.Empty for the HtmlNavigator implementation.
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax public override string GetNamespace(
string name
)
Public Overrides Function GetNamespace (
name As String
) As String
Parameters
- name
- Type: SystemString
The local name of the namespace node.
Return Value
Type:
StringAlways returns string.Empty for the HtmlNavigator implementation.
See Also