Define which decoding semantics that the decode method should use
Namespace:
EPiServerAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[FlagsAttribute] public enum DecodeOptions |
Members
| Member name | Description | |
|---|---|---|
| Percent |
Handle %xx decoding. Note that it depends on the current Encoding
| |
| PlusToSpace |
Will replace all ocurrences of unencoded '+' with a space.
| |
| UnicodePercent |
Handle %uxxxx decoding. Note that this is Encoding neutral since the character is expressed ín UTF-16.
|