Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class Url.DecodeOptions

Define which decoding semantics that the decode method should use

Inheritance
System.Object
Url.DecodeOptions
Namespace: EPiServer
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public sealed class DecodeOptions : Enum

Fields

Percent

Handle %xx decoding. Note that it depends on the current Encoding

Declaration
public const Url.DecodeOptions Percent
Field Value
Type Description
Url.DecodeOptions

PlusToSpace

Will replace all ocurrences of unencoded '+' with a space.

Declaration
public const Url.DecodeOptions PlusToSpace
Field Value
Type Description
Url.DecodeOptions

UnicodePercent

Handle %uxxxx decoding. Note that this is Encoding neutral since the character is expressed ín UTF-16.

Declaration
public const Url.DecodeOptions UnicodePercent
Field Value
Type Description
Url.DecodeOptions

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Extension Methods