XPath2Functions.DocumentURI MethodXPath2Functions.DocumentURI MethodXPath2Functions::DocumentURI Method

Implementation of the fn:document-uri function.

Syntax

Public Shared Function DocumentURI( _
    argument As System.Xml.XPath.XPathNavigator _
) As String
public static string DocumentURI(
    System.Xml.XPath.XPathNavigator argument
)
public:
static String^ DocumentURI(
    System.Xml.XPath::XPathNavigator^ argument
)
 

Return Value

Type: System.StringSystem.StringSystem::String^

The value of the function.