Compartilhar via


SPUtility.ReplaceEmbeddedPrefixedUrlsWithServerRelativeUrls method (String)

Converte a URL relativa especificada com um prefixo incorporado em uma URL relativa de servidor e especifica a URL do servidor.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public Shared Function ReplaceEmbeddedPrefixedUrlsWithServerRelativeUrls ( _
    value As String _
) As String
'Uso
Dim value As String
Dim returnValue As String

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

Parâmetros

Valor retornado

Type: System.String
Retorna uma representação String da URL relativa de servidor.

Comentários

Este método chama ReplaceEmbeddedPrefixedUrlsWithServerRelativeUrls(String, Boolean) com value e false.

Ver também

Referência

SPUtility class

SPUtility members

ReplaceEmbeddedPrefixedUrlsWithServerRelativeUrls overload

Microsoft.SharePoint.Utilities namespace