London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Enum Url.DecodeOptions

Define which decoding semantics that the decode method should use

Namespace: EPiServer
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
[Flags]
public enum DecodeOptions

Fields

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.

Extension Methods