ResolvePathCheckModifiedTimeTemplateManager
Defined in RazorEngine.dll.
A TemplateManager resolving remplates by path, given a list of folders to look into. Uses FullPathWithModifiedTimeTemplateKey to save template modification time.
Constructors
Constructor | Description |
new(layoutRoots)
Signature: layoutRoots:IEnumerable<string> -> unit
|
Initializes a new TemplateManager |
Instance members
Instance member | Description |
GetKey(name, resolveType, context)
Signature: (name:string * resolveType:ResolveType * context:ITemplateKey) -> ITemplateKey
Modifiers: abstract |
Get the given key. Returns: |