Class StringToken<T>.TokenResult
This class supports the EPiServer infrastructure and is not intended to be used directly from your code.
Inheritance
System.Object
    StringToken<T>.TokenResult
  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.HtmlParsing
Assembly: EPiServer.Framework.dll
Version: 8.11.0Syntax
public class TokenResult
  Constructors
TokenResult(T, String, String)
Declaration
public TokenResult(T token, string lowerName, string upperName)
  Parameters
| Type | Name | Description | 
|---|---|---|
| T | token | |
| System.String | lowerName | |
| System.String | upperName | 
Properties
LowerName
Declaration
public string LowerName { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Token
Declaration
public T Token { get; }
  Property Value
| Type | Description | 
|---|---|
| T | 
UpperName
Declaration
public string UpperName { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String |