XsltFunctions.BaseUri(XPathNavigator) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the value of the base URI of the node of the node passed in by the navigator
parameter. Implements baseUri
XPath function according to the W3C specification.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
static System::String ^ BaseUri(System::Xml::XPath::XPathNavigator ^ navigator);
public static string BaseUri (System.Xml.XPath.XPathNavigator navigator);
static member BaseUri : System.Xml.XPath.XPathNavigator -> string
Public Shared Function BaseUri (navigator As XPathNavigator) As String
Parameters
- navigator
- XPathNavigator
The XPathNavigator instance that contains the node to be identified by URI.
Returns
The base URI as String.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.