Partager via


XsltFunctions.BaseUri(XPathNavigator) Méthode

Définition

Retourne la valeur de l'URI de base du nœud passé par le paramètre navigator. Implémente la fonction XPath baseUri en vertu de la spécification W3C.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre 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

Paramètres

navigator
XPathNavigator

Instance XPathNavigator qui contient le nœud à identifier par l'URI.

Retours

String

URI de base de String.

S’applique à