Udostępnij za pośrednictwem


UrlHelperBase.GenerateUrl Metoda

Definicja

Przeciążenia

GenerateUrl(String, String, String)

Generuje identyfikator URI z podanych składników.

GenerateUrl(String, String, String, String)

Wygeneruj adres URL przy użyciu określonych wartości.

GenerateUrl(String, String, String)

Źródło:
UrlHelperBase.cs
Źródło:
UrlHelperBase.cs

Generuje identyfikator URI z podanych składników.

protected:
 System::String ^ GenerateUrl(System::String ^ protocol, System::String ^ host, System::String ^ path);
protected string GenerateUrl (string protocol, string host, string path);
protected string? GenerateUrl (string? protocol, string? host, string? path);
member this.GenerateUrl : string * string * string -> string
Protected Function GenerateUrl (protocol As String, host As String, path As String) As String

Parametry

protocol
String

Schemat/protokół identyfikatora URI.

host
String

Host identyfikatora URI.

path
String

Ścieżka identyfikatora URI i pozostałe części (ścieżka, zapytanie i fragment).

Zwraca

Bezwzględny identyfikator URI, jeśli wartość protocol lub host jest określona, w przeciwnym razie generuje identyfikator URI ze ścieżką bezwzględną.

Dotyczy

GenerateUrl(String, String, String, String)

Źródło:
UrlHelperBase.cs
Źródło:
UrlHelperBase.cs

Wygeneruj adres URL przy użyciu określonych wartości.

protected:
 System::String ^ GenerateUrl(System::String ^ protocol, System::String ^ host, System::String ^ virtualPath, System::String ^ fragment);
protected string GenerateUrl (string protocol, string host, string virtualPath, string fragment);
protected string? GenerateUrl (string? protocol, string? host, string? virtualPath, string? fragment);
member this.GenerateUrl : string * string * string * string -> string
Protected Function GenerateUrl (protocol As String, host As String, virtualPath As String, fragment As String) As String

Parametry

protocol
String

Protokół.

host
String

Host.

virtualPath
String

Ścieżka wirtualna.

fragment
String

Fragment.

Zwraca

Wygenerowany adres URL

Dotyczy