UrlHelperBase.Content(String) 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.
Converts a virtual (relative, starting with ~/) path to an application absolute path.
public:
virtual System::String ^ Content(System::String ^ contentPath);
public virtual string Content (string contentPath);
public virtual string? Content (string? contentPath);
abstract member Content : string -> string
override this.Content : string -> string
Public Overridable Function Content (contentPath As String) As String
Parameters
- contentPath
- String
The virtual path of the content.
Returns
The application absolute path.