UrlHelper::Content Method (String^)
Converts a virtual (relative) path to an application absolute path.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- contentPath
-
Type:
System::String^
The virtual path of the content.
If the specified content path does not start with the tilde (~) character, this method returns contentPath unchanged.
Show: