System.UriParser.GetComponents 方法

方法描述

从 URI 获取各个组成部分。

语法定义(C# System.UriParser.GetComponents 方法 的用法)

protected virtual string GetComponents(
	Uri uri,
	UriComponents components,
	UriFormat format
)

参数/返回值

参数值/返回值 参数类型/返回类型 参数描述/返回描述
uri System-Uri 要分析的 URI。
components System-UriComponents 要从 uri 中检索的 UriComponents。
format System-UriFormat UriFormat 值中的一个,它控制如何转义特殊字符。
返回值 System.String 包含组成部分的字符串。

提示和注释

使用 GetComponents 方法可确定 URI 的各个部分的值,如 Scheme、Host 或 Port。

这些组成部分按照各自在 URI 中显示的顺序返回。 例如,如果指定 Scheme,它将第一个出现。

System.UriParser.GetComponents 方法例子


异常

异常 异常描述
ArgumentOutOfRangeException
  • uriFormat 无效。
  • uriComponents 不是有效 UriComponents 值的组合。
InvalidOperationException
  • uri 需要用户驱动的语法分析
  • uri 不是绝对 URI。 相对 URI 不能和此方法一起使用。

命名空间

namespace: System

程序集: System(在 System.dll 中)

版本信息

.NET Framework 受以下版本支持:4、3.5、3.0、2.0 .NET Framework Client Profile 受以下版本支持:4、3.5 SP1

适用平台

Windows 7, Windows Vista SP1 或更高版本, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008(不支持服务器核心), Windows Server 2008 R2(支持 SP1 或更高版本的服务器核心), Windows Server 2003 SP2 .NET Framework 并不是对每个平台的所有版本都提供支持。有关支持的版本的列表,请参见.NET Framework 系统要求。