Sdílet prostřednictvím


RazorViewEngine.GetAbsolutePath(String, String) Metoda

Definice

Převede dané pagePath na absolutní, relativní k, executingFilePath pokud pagePath již není absolutní.

public:
 virtual System::String ^ GetAbsolutePath(System::String ^ executingFilePath, System::String ^ pagePath);
public string GetAbsolutePath (string executingFilePath, string pagePath);
public string? GetAbsolutePath (string? executingFilePath, string? pagePath);
abstract member GetAbsolutePath : string * string -> string
override this.GetAbsolutePath : string * string -> string
Public Function GetAbsolutePath (executingFilePath As String, pagePath As String) As String

Parametry

executingFilePath
String

Absolutní cesta k aktuálně spuštěné stránce, pokud existuje.

pagePath
String

Cesta ke stránce.

Návraty

Kombinace executingFilePath a pagePath je pagePath relativní cesta. Jinak hodnota pagePath (beze změny).

Implementuje

Platí pro