UrlHelper.GenerateContentUrl(String, HttpContextBase) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une chaîne qui contient une URL de contenu.
public static string GenerateContentUrl (string contentPath, System.Web.HttpContextBase httpContext);
static member GenerateContentUrl : string * System.Web.HttpContextBase -> string
Public Shared Function GenerateContentUrl (contentPath As String, httpContext As HttpContextBase) As String
Paramètres
- contentPath
- String
Chemin d'accès au contenu.
- httpContext
- HttpContextBase
Contexte HTTP.
Retours
Chaîne qui contient une URL de contenu.