ITemplateResolver
Defined in RazorEngine.dll.
Defines the required contract for implementing a template resolver.
Instance members
Instance member | Description |
Resolve(name)
Signature: name:string -> string
Modifiers: abstract |
Resolves the template content with the specified name. Returns: The template content. |