Cottle.Documents.Dynamic |
Cottle.Documents.Simple |
Name | Description |
---|---|
AbstractDocument | |
DynamicDocument | Dynamic document compiles template using MSIL generation for better performance. Code generated by JIT compiler can be reclaimed by garbage collector, but you should use a caching mechanism to avoid re-creating too many DynamicDocument instances using the same template source. |