FragmentString.FromUriComponent 方法

定義

多載

FromUriComponent(String)

傳回 FragmentString,因為片段是以 URI 格式逸出。 字串不可包含任何不是片段的值。

FromUriComponent(Uri)

傳回 FragmentString,指定片段與 Uri 物件中的 片段相同。 擷取不支援的 URI 物件。

FromUriComponent(String)

來源:
FragmentString.cs
來源:
FragmentString.cs
來源:
FragmentString.cs

傳回 FragmentString,因為片段是以 URI 格式逸出。 字串不可包含任何不是片段的值。

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

參數

uriComponent
String

逸出片段以 URI 格式顯示。

傳回

產生的 FragmentString

適用於

FromUriComponent(Uri)

來源:
FragmentString.cs
來源:
FragmentString.cs
來源:
FragmentString.cs

傳回 FragmentString,指定片段與 Uri 物件中的 片段相同。 擷取不支援的 URI 物件。

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

參數

uri
Uri

URI 物件

傳回

產生的 FragmentString

適用於