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
value
Type: System.StringA URL relativa de servidor.
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.