Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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