UrlHelper.GenerateContentUrl(String, HttpContextBase) Method

Definition

Returns a string that contains a content URL.

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

Parameters

contentPath
String

The content path.

httpContext
HttpContextBase

The http context.

Returns

A string that contains a content URL.

Applies to