Click or drag to resize

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: 4.6.0.0 (4.6.0.0)
Syntax
public override string GetNamespace(
	string name
)

Parameters

name
Type: SystemString
The local name of the namespace node.

Return Value

Type: String
Always returns string.Empty for the HtmlNavigator implementation.
See Also