SPEncode.UrlEncodeAsUrl method
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