Class RazorFolderHostContainer

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.Object
  System.MarshalByRefObject
    Westwind.RazorHosting.RazorBaseHostContainer<RazorTemplateFolderHost>
      Westwind.RazorHosting.RazorFolderHostContainer<RazorTemplateFolderHost>
        Westwind.RazorHosting.RazorFolderHostContainer
public class RazorFolderHostContainer : RazorFolderHostContainer<RazorTemplateFolderHost>

Class Members

MemberDescription

Constructor

Requirements

Namespace: Westwind.RazorHosting
Assembly: westwind.razorhosting.dll

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