HostString.FromUriComponent Yöntem
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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. |
- 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
- 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 .