IEngineInitializer Interface
Implement this interface to define an initializer that will get automatically instantiated and run by the engine at startup.
IEngineInitializer
HtmlDocumentCacheInitializer
RazorEngineInitializer

Syntax

public interface IEngineInitializer

Remarks

In order for the engine to find the initializer, the class must be public.

Methods

Name Return Value Summary
Initialize(IEngine) void

Extension Methods