Aracılığıyla paylaş


HostString.FromUriComponent Yöntem

Tanım

Aşırı Yüklemeler

FromUriComponent(String)

Verilen URI bileşeninden yeni bir HostString oluşturur. Herhangi bir punycode Unicode'a dönüştürülür.

FromUriComponent(Uri)

Give Uri örneğinin ana bilgisayarından ve bağlantı noktasından yeni bir HostString oluşturur. Punycode Unicode'a dönüştürülecek.

FromUriComponent(String)

Kaynak:
HostString.cs
Kaynak:
HostString.cs
Kaynak:
HostString.cs

Verilen URI bileşeninden yeni bir HostString oluşturur. Herhangi bir punycode Unicode'a dönüştürülür.

public:
 static Microsoft::AspNetCore::Http::HostString FromUriComponent(System::String ^ uriComponent);
public static Microsoft.AspNetCore.Http.HostString FromUriComponent (string uriComponent);
static member FromUriComponent : string -> Microsoft.AspNetCore.Http.HostString
Public Shared Function FromUriComponent (uriComponent As String) As HostString

Parametreler

uriComponent
String

Kaynak oluşturulacak HostString URI bileşen dizesi.

Döndürülenler

Oluşturulan HostString .

Şunlara uygulanır

FromUriComponent(Uri)

Kaynak:
HostString.cs
Kaynak:
HostString.cs
Kaynak:
HostString.cs

Give Uri örneğinin ana bilgisayarından ve bağlantı noktasından yeni bir HostString oluşturur. Punycode Unicode'a dönüştürülecek.

public:
 static Microsoft::AspNetCore::Http::HostString FromUriComponent(Uri ^ uri);
public static Microsoft.AspNetCore.Http.HostString FromUriComponent (Uri uri);
static member FromUriComponent : Uri -> Microsoft.AspNetCore.Http.HostString
Public Shared Function FromUriComponent (uri As Uri) As HostString

Parametreler

uri
Uri

Uri oluşturulacak HostString kaynak.

Döndürülenler

Oluşturulan HostString .

Şunlara uygulanır