C# (CSharp) Cottle.Documents Namespace

Nested Namespaces

Cottle.Documents.Dynamic
Cottle.Documents.Simple

Classes

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.