| 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.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic 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