UrlHelper.Content Method
Converts a virtual (relative) path to an application absolute path.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Function Content ( _ contentPath As String _ ) As String 'Usage Dim instance As UrlHelper Dim contentPath As String Dim returnValue As String returnValue = instance.Content(contentPath)
Parameters
- contentPath
- Type: System.String
The virtual path of the content.
Show: