Interface IEngine
The sub-system in charge of taking
- a configuration for an instance (aka Module)
- a template and using all that to produce an html-string for the browser.
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public interface IEngine : IHasLog
- Inherited Members
Methods
Render(IBlock, RenderSpecs)
Renders a template, returning a string with the rendered template.
OutputFragmentWithAssets Render(IBlock block, RenderSpecs specs)
Parameters
blockIBlockspecsRenderSpecs
Returns
- OutputFragmentWithAssets
The string - usually HTML - which the engine created.