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.7.2.0 (4.7.2.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