IUrlHelper.Content(String) Metoda

Definice

Převede virtuální (relativní, počínaje ~/) cestu 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

String

Absolutní cesta aplikace.

Poznámky

Pokud zadaná cesta obsahu nezačíná znakem tildy (~), tato metoda vrátí contentPath beze změny.

Platí pro