Url.GetRemainder(Int32) 方法

定义

从指定段开始,获取路径的未转义余数。

public:
 System::String ^ GetRemainder(int i);
public:
 Platform::String ^ GetRemainder(int i);
std::wstring GetRemainder(int i);
public string GetRemainder (int i);
member this.GetRemainder : int -> string
Public Function GetRemainder (i As Integer) As String

参数

i
Int32

Segments要开始获取路径的数组的索引。

返回

String

路径的未转义剩余部分,从数组的指定索引处开始 Segments

适用于