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!

Class Constants

A class to store constants used for HTML parsing and rendering

Inheritance
System.Object
Constants
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Core.Html
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
public class Constants

Constructors

Constants()

Declaration
public Constants()

Fields

A regular expression to be used to identify an EPiServer link

Declaration
public const string REGEX_EPISERVER_LINK = "[a-z0-9-._~%!$&()*+,;=:@/]*(\\.aspx\\?id=\\d+)[a-z0-9-._~%!$&()*+,;=:@?/]*"
Field Value
Type Description
System.String

REGEX_PCHAR_RFC3986

A regular expression that almost (we do not allow single quote "'") matches the pchar definition from RFC3986, i e any valid cahacter in a path part of a URI.

Declaration
public const string REGEX_PCHAR_RFC3986 = "[a-z0-9-._~%!$&()*+,;=:@]*"
Field Value
Type Description
System.String

Extension Methods