Class UrlEncoder
Inheritance
System.Object
UrlEncoder
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public static class UrlEncoder : Object
Methods
Decode(String)
Declaration
public static string Decode(string url)
Parameters
| Type |
Name |
Description |
| System.String |
url |
|
Returns
| Type |
Description |
| System.String |
|
Decode(String, UriComponents)
Declaration
public static string Decode(string url, UriComponents components)
Parameters
| Type |
Name |
Description |
| System.String |
url |
|
| System.UriComponents |
components |
|
Returns
| Type |
Description |
| System.String |
|
Encode(String)
Declaration
public static string Encode(string url)
Parameters
| Type |
Name |
Description |
| System.String |
url |
|
Returns
| Type |
Description |
| System.String |
|
Encode(String, UriComponents)
Declaration
public static string Encode(string url, UriComponents components)
Parameters
| Type |
Name |
Description |
| System.String |
url |
|
| System.UriComponents |
components |
|
Returns
| Type |
Description |
| System.String |
|