Enum Url.EncodeAs
Enumeration to determine how a specific character should be URL encoded.
Namespace: EPiServer
Assembly: EPiServer.dll
Version: 11.20.7Syntax
public enum EncodeAs
Fields
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). |