C#| Uri.GetLeftPart()方法与示例
Uri.GetLeftPart()方法
Uri.GetLeftPart()方法是一个实例方法,用于基于传递的UriPartial枚举从给定URI中获取指定部分。
语法:
stringUri.GetLeftPart(UriPartial Part);
Parameter(s):
Part-表示从Uri获取指定部分的UriPartial。
返回值:
该方法的返回类型是字符串,它返回表示Uri指定部分的字符串值。
例外:
System.ArgumentException;
System.InvalidOperationException;举例说明方法的例子Uri.GetLeftPart()
using System;
class UriExample
{
//程序入口
static public void Main()
{
// 创建一个Uri对象
Uri Address;
Address = new Uri("https://www.nhooo.com/index.html#search");
Console.WriteLine(Address.GetLeftPart(UriPartial.Authority));
Console.WriteLine(Address.GetLeftPart(UriPartial.Path));
Console.WriteLine(Address.GetLeftPart(UriPartial.Query));
Console.WriteLine(Address.GetLeftPart(UriPartial.Scheme));
}
}输出结果
https://www.nhooo.com https://www.nhooo.com/index.html https://www.nhooo.com/index.html https://
热门推荐
3 祝福语简短的微信
10 幼儿祝福语大全简短贺卡
11 感谢教官文案祝福语简短
12 鼠年同事祝福语简短创意
13 元旦祝福语 简短独特群发
14 妈咪跟我生日祝福语简短
15 给儿子新婚祝福语简短
16 伴娘祝福语长文案简短
17 恭喜高考完祝福语简短
18 生日祝福语送老公简短