System.Uri.EscapeString 方法

方法描述

将字符串转换为它的转义表示形式。

语法定义(C# System.Uri.EscapeString 方法 的用法)

[ObsoleteAttribute("The method has been deprecated. Please use GetComponents() or static EscapeUriString() to escape a Uri component or a string. http://go.microsoft.com/fwlink/?linkid=14202")]
protected static string EscapeString(
	string str
)

参数/返回值

参数值/返回值 参数类型/返回类型 参数描述/返回描述
str System-String 要转换为它的转义表示形式的字符串。
返回值 System.String 字符串的转义表示形式。

提示和注释

EscapeString 方法将 RFC 2396 保留字符和字符值大于 127 的所有字符转换为十六进制表示形式。 所有 Unicode 字符在转义之前都会先转换为 UTF-8 格式。

默认情况下,字符串根据 RFC 2396 进行转义。 如果启用了国际资源标识符 (IRIs) 或国际域名称 (IDN) 分析,则根据 RFC 3986 和 RFC 3987 转义字符串。

有关 IRI 支持的更多信息,请参见 Uri 类的“备注”部分。

System.Uri.EscapeString 方法例子


异常

异常 异常描述

命名空间

namespace: System

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

版本信息

.NET Framework 受以下版本支持:1.1、1.0 在 4 中过时(编译器警告) 在 3.5 中过时(编译器警告) 在 3.5 SP1 中过时(编译器警告) 在 3.0 中过时(编译器警告) 在 3.0 SP1 中过时(编译器警告) 在 3.0 SP2 中过时(编译器警告) 在 2.0 中过时(编译器警告) 在 2.0 SP1 中过时(编译器警告) 在 2.0 SP2 中过时(编译器警告) .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 系统要求。