This class is a caching directory based host wrapper around the RazorHost classes to provide directory based Razor template execution. Templates are compiled on the fly, and cached unless the templates on disk are changed.
Runs Razor Templates in a seperate AppDomain
Uses the RazorTemplateFolderHost base template by default. For any other template implementation use the generic parameter to specify the template type.
System.MarshalByRefObject
Westwind.RazorHosting.RazorBaseHostContainer<RazorTemplateFolderHost>
Westwind.RazorHosting.RazorFolderHostContainer<RazorTemplateFolderHost>
Westwind.RazorHosting.RazorFolderHostContainer
public class RazorFolderHostContainer : RazorFolderHostContainer<RazorTemplateFolderHost>
Class Members
Member | Description | |
---|---|---|
Constructor |
Requirements
Namespace: Westwind.RazorHostingAssembly: westwind.razorhosting.dll
© West Wind Technologies, 2018 • Updated: 06/07/18
Comment or report problem with topic