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.dll
Version: 8.11.0Syntax
public class Constants
  Constructors
Constants()
Declaration
public Constants()
  Fields
REGEX_EPISERVER_LINK
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 |