SPEncode.WriteUrlEncodeAsUrl method

Encodes the specified string and writes it to the HTTP output content stream, converting special characters to quoted UTF-8 format, but assumes that the string is a path component of a Universal Resource Locator (URL).

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared Sub WriteUrlEncodeAsUrl ( _
    response As HttpResponse, _
    str As String _
)
'Usage
Dim response As HttpResponse
Dim str As StringSPEncode.WriteUrlEncodeAsUrl(response, _
    str)
public static void WriteUrlEncodeAsUrl(
    HttpResponse response,
    string str
)

Parameters

Remarks

Unlike the WriteUrlEncode method, the UrlEncodeAsUrl method does not encode the forward slash ("/").

See also

Reference

SPEncode class

SPEncode members

Microsoft.SharePoint.Utilities namespace