Share via


IUrlHelper.Content(String) Metoda

Definice

Převede virtuální cestu (relativní, počínaje ~/) na absolutní cestu aplikace.

public:
 System::String ^ Content(System::String ^ contentPath);
public string Content (string contentPath);
public string? Content (string? contentPath);
abstract member Content : string -> string
Public Function Content (contentPath As String) As String

Parametry

contentPath
String

Virtuální cesta k obsahu.

Návraty

Absolutní cesta aplikace.

Poznámky

Pokud zadaná cesta k obsahu nezačíná znakem tildy (~), vrátí contentPath tato metoda nezměněnou hodnotu.

Platí pro