SPHttpUtility.UrlKeyValueEncode Method
Include Protected Members
Include Inherited Members
Encodes the specified URL query string key or value.
Overload List
Name | Description | |
---|---|---|
UrlKeyValueEncode(Guid) | Encodes a GUID for use in a URL query string. | |
UrlKeyValueEncode(Int32) | Encodes an integer key or value for use in a URL query string. | |
UrlKeyValueEncode(String) | Encodes a string for use in a URL query string. | |
UrlKeyValueEncode(String, TextWriter) | Encodes the specified URL query string key or value, and appends it to the specified output stream. | |
UrlKeyValueEncode(String, String) | Encodes a string key and value for use in a URL query string. | |
UrlKeyValueEncode(String, String, TextWriter) | Encodes a string key and value for use in a URL query string, and then appends it to the specified output stream. |
Top