UrlHelper.Content(String) Method
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);
C#
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
- contentPath
- String
The virtual path of the content.
The application absolute path.
Product | Versions |
---|---|
ASP.NET Core | 1.0, 1.1, 2.0, 2.1 |