UrlHelper.GenerateContentUrl Method

Returns a string that contains a content URL.

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

'Declaration
Public Shared Function GenerateContentUrl ( _
	contentPath As String, _
	httpContext As HttpContextBase _
) As String
'Usage
Dim contentPath As String 
Dim httpContext As HttpContextBase 
Dim returnValue As String 

returnValue = UrlHelper.GenerateContentUrl(contentPath, _
	httpContext)

Parameters

contentPath
Type: System.String

The content path.

httpContext
Type: System.Web.HttpContextBase

The HTTP context.

Return Value

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