Sdílet prostřednictvím


HostString.FromUriComponent Metoda

Definice

Přetížení

FromUriComponent(String)

Vytvoří nový řetězec hostitele z dané komponenty URI. Všechny punycode budou převedeny na Unicode.

FromUriComponent(Uri)

Vytvoří nový Řetězec hostitele z hostitele a portu instance give URI. Punycode se převede na Unicode.

FromUriComponent(String)

Zdroj:
HostString.cs
Zdroj:
HostString.cs
Zdroj:
HostString.cs

Vytvoří nový řetězec hostitele z dané komponenty URI. Všechny punycode budou převedeny na Unicode.

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

Parametry

uriComponent
String

Řetězec komponenty URI, ze které se má HostString vytvořit.

Návraty

Hodnota HostString , která byla vytvořena.

Platí pro

FromUriComponent(Uri)

Zdroj:
HostString.cs
Zdroj:
HostString.cs
Zdroj:
HostString.cs

Vytvoří nový Řetězec hostitele z hostitele a portu instance give URI. Punycode se převede na Unicode.

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

Parametry

uri
Uri

The Uri to create a HostString from.

Návraty

Hodnota HostString , která byla vytvořena.

Platí pro