RazorEngine<TBaseTemplateType>.TemplatePerRequestConfigurationData

A property that holds any per request configuration data that is to be passed to the template. This object is passed to InitializeTemplate after the instance was created.

This object must be serializable. This object should be set on every request and cleared out after each request

public object TemplatePerRequestConfigurationData { get; set; }

See also:

Class RazorEngine

© West Wind Technologies, 2018 • Updated: 06/07/18
Comment or report problem with topic