UrlHelper.GenerateContentUrl(String, HttpContextBase) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.