UrlHelper.GenerateContentUrl Method

Returns a string that contains a content URL.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

'Declaration
Public Shared Function GenerateContentUrl ( _
    contentPath As String, _
    httpContext As HttpContextBase _
) As String
public static string GenerateContentUrl(
    string contentPath,
    HttpContextBase httpContext
)
public:
static String^ GenerateContentUrl(
    String^ contentPath, 
    HttpContextBase^ httpContext
)

Parameters

Return Value

Type: System.String
A string that contains a content URL.

See Also

Reference

UrlHelper Class

System.Web.Mvc Namespace