The TemplateEngine type exposes the following members.
Constructors
Methods
| Name | Description |
---|
 | Compile(String) | |
 | Compile(String, Boolean) | |
 | CompileAsync | |
  | CompileFile(String) | |
  | CompileFile(String, Boolean) | |
  | CompileFile(String, String) | |
  | CompileFile(String, String, Boolean) | |
  | CompileFileAsync(String) | |
  | CompileFileAsync(String, CancellationToken) | |
  | CompileFileAsync(String, String, CancellationToken) | |
 | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
 | GenerateTemplateSource | |
 | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | Parse | |
 | ParseAsync | |
  | ParseFile(String) | |
  | ParseFile(String, String) | |
  | ParseFileAsync(String) | |
  | ParseFileAsync(String, CancellationToken) | |
  | ParseFileAsync(String, String, CancellationToken) | |
  | ParseFileInfo(String) | |
  | ParseFileInfo(String, String) | |
  | ParseFileInfoAsync(String, CancellationToken) | |
  | ParseFileInfoAsync(String, String, CancellationToken) | |
 | ParseInfo | |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
See Also