SPEncode.WriteUrlEncode 方法
对指定的字符串,将特殊字符转换为引用的 utf-8 格式进行编码,并将字符串写入 HTTP 输出内容流。
命名空间: Microsoft.SharePoint.Utilities
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Shared Sub WriteUrlEncode ( _
response As HttpResponse, _
str As String _
)
用法
Dim response As HttpResponse
Dim str As StringSPEncode.WriteUrlEncode(response, str)
public static void WriteUrlEncode(
HttpResponse response,
string str
)
参数
response
类型:System.Web.HttpResponse当前 HTTP 请求 System.HttpResponse 对象。
str
类型:System.String要编码的字符串。
备注
WriteUrlEncode方法将转换为"http %3a%2f%2fmsdn%2Emicrosoft %2ecom"的"https://msdn.microsoft.com"。