Partager via


UrlHelper.GenerateContentUrl(String, HttpContextBase) Méthode

Définition

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.

S’applique à