UrlHelper.GenerateContentUrl Method (String, HttpContextBase)
Returns a string that contains a content URL.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Public Shared Function GenerateContentUrl ( contentPath As String, httpContext As HttpContextBase ) As String
Parameters
- contentPath
-
Type:
System.String
The content path.
- httpContext
-
Type:
System.Web.HttpContextBase
The http context.
Show: