Url.GetRemainder(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从指定段开始,获取路径的未转义余数。
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
参数
返回
路径的未转义剩余部分,从数组的指定索引处开始 Segments 。