Aracılığıyla paylaş


UrlHelperBase.GenerateUrl Yöntem

Tanım

Aşırı Yüklemeler

GenerateUrl(String, String, String)

Sağlanan bileşenlerden bir URI oluşturur.

GenerateUrl(String, String, String, String)

Belirtilen değerleri kullanarak bir URL oluşturun.

GenerateUrl(String, String, String)

Kaynak:
UrlHelperBase.cs
Kaynak:
UrlHelperBase.cs

Sağlanan bileşenlerden bir URI oluşturur.

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

Parametreler

protocol
String

URI şeması/protokolü.

host
String

URI konağı.

path
String

URI yolu ve kalan bölümler (yol, sorgu ve parça).

Döndürülenler

veya host belirtilirse protocol mutlak bir URI, aksi takdirde mutlak yol ile bir URI oluşturur.

Şunlara uygulanır

GenerateUrl(String, String, String, String)

Kaynak:
UrlHelperBase.cs
Kaynak:
UrlHelperBase.cs

Belirtilen değerleri kullanarak bir URL oluşturun.

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

Parametreler

protocol
String

Protokol.

host
String

Konak.

virtualPath
String

Sanal yol.

fragment
String

Parça.

Döndürülenler

Oluşturulan URL

Şunlara uygulanır