del método SPSite.MakeFullUrl
Returns the full URL for the specified server-relative URL.
Espacio de nombres: Microsoft.SharePoint
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
Public Function MakeFullUrl ( _
strUrl As String _
) As String
'Uso
Dim instance As SPSite
Dim strUrl As String
Dim returnValue As String
returnValue = instance.MakeFullUrl(strUrl)
public string MakeFullUrl(
string strUrl
)
Parámetros
strUrl
Tipo: System.StringA string that specifies the server-relative URL.
Valor devuelto
Tipo: System.String
A string that contains the full URL.