Class TemplateParserContext
public class TemplateParserContext : IParserContext
- Inheritance
-
TemplateParserContext
- Implements
- Inherited Members
Constructors
TemplateParserContext()
public TemplateParserContext()
TemplateParserContext(string, string)
public TemplateParserContext(string expressionPrefix, string expressionSuffix)
Parameters
Properties
ExpressionPrefix
public string ExpressionPrefix { get; }
Property Value
ExpressionSuffix
public string ExpressionSuffix { get; }
Property Value
IsTemplate
public bool IsTemplate { get; }