ITemplateProvider
Namespace: Proffer.Templating
A provider handles and compiles templates using a particular templating library.
public interface ITemplateProvider
Properties
MimeTypes
Gets the MIME types.
public abstract ISet<string> MimeTypes { get; }
Property Value
Extensions
Gets the extensions.
public abstract ISet<string> Extensions { get; }
Property Value
Methods
CreateScope()
Creates a template provider scope.
ITemplateProviderScope CreateScope()
Returns
ITemplateProviderScope
A new templating provider scope.