A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Enum Url.EncodeAs

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

Namespace: EPiServer
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
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).

Extension Methods