SPEncode.UrlEncodeAsUrl Method
Include Protected Members
Include Inherited Members
Encodes the specified string, converting special characters to quoted UTF-8 format.
Overload List
Name | Description | |
---|---|---|
UrlEncodeAsUrl(String) | Encodes the specified string, converting special characters to quoted UTF-8 format, but assumes that the string is a path component of a URL. | |
UrlEncodeAsUrl(String, Boolean) | Encodes the specified string, converting special characters to quoted UTF-8 format, but assumes that the string is a path component of a URL and encodes Unicode characters only if the encodeUnicodeCharacters parameter is true. |
Top