Enum Url.EncodeAs
Enumeration to determine how a specific character should be URL encoded.
Namespace: EPiServer
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public enum EncodeAsFields
| Name | Description | 
|---|---|
| None | The character is left as-is. | 
| Percent | The character is encoded with %hexcharacters | 
| Plus | The character is encoded with a plus sign (should only apply to space). | 
