BaseTemplateKey
Defined in RazorEngine.dll.
A base implementation for ITemplateKey. You only need to provide the ITemplateKey.GetUniqueKeyString implementation which depends on the ITemplateManager implementation.
Constructors
Constructor | Description |
new(name, resolveType, context)
Signature: (name:string * resolveType:ResolveType * context:ITemplateKey) -> unit
|
Create a new BaseTemplateKey instance. |
Instance members
Instance member | Description |
Context
Signature: ITemplateKey
Modifiers: abstract |
See ITemplateKey.Context. |
GetUniqueKeyString()
Signature: unit -> string
Modifiers: abstract |
|
Name
Signature: string
Modifiers: abstract |
See ITemplateKey.Name. |
TemplateType
Signature: ResolveType
Modifiers: abstract |