SaaS CMS has officially launched! Learn more now.

Class Url.EncodeAs

Enumeration to determine how a specific character should be URL encoded.

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

Fields

None

The character is left as-is.

Declaration
public const Url.EncodeAs None
Field Value
Type Description
Url.EncodeAs

Percent

The character is encoded with %hexcharacters

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

Plus

The character is encoded with a plus sign (should only apply to space).

Declaration
public const Url.EncodeAs Plus
Field Value
Type Description
Url.EncodeAs

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Extension Methods