SPUtility.GetPageUrlPath - Méthode
Renvoie l'URL vers une page dans un contexte HTTP spécifié.
Espace de noms : Microsoft.SharePoint.Utilities
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Shared Function GetPageUrlPath ( _
context As HttpContext _
) As String
'Utilisation
Dim context As HttpContext
Dim returnValue As String
returnValue = SPUtility.GetPageUrlPath(context)
public static string GetPageUrlPath(
HttpContext context
)
Paramètres
context
Type : System.Web.HttpContextUn contexte de la page.
Valeur renvoyée
Type : System.String
L'URL de la page.