Share via


SPUtility.ReplaceEmbeddedPrefixedUrlsWithServerRelativeUrls - Méthode (String)

Convertit l'URL relative spécifiée avec un préfixe incorporé en une URL relative de serveur et spécifie l'URL du serveur.

Espace de noms :  Microsoft.SharePoint.Utilities
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Shared Function ReplaceEmbeddedPrefixedUrlsWithServerRelativeUrls ( _
    value As String _
) As String
'Utilisation
Dim value As String
Dim returnValue As String

returnValue = SPUtility.ReplaceEmbeddedPrefixedUrlsWithServerRelativeUrls(value)
public static string ReplaceEmbeddedPrefixedUrlsWithServerRelativeUrls(
    string value
)

Paramètres

Valeur renvoyée

Type : System.String
Retourne une représentation sous forme de String de l'URL relative de serveur.

Remarques

Cette méthode appelle ReplaceEmbeddedPrefixedUrlsWithServerRelativeUrls(String, Boolean) avec value et false.

Voir aussi

Référence

SPUtility classe

SPUtility - Membres

ReplaceEmbeddedPrefixedUrlsWithServerRelativeUrls - Surcharge

Microsoft.SharePoint.Utilities - Espace de noms