Class RazorEngineConfiguration

Configuration for the Host class. These settings determine some of the operational parameters of the RazorHost class that can be changed at runtime.

System.Object
  System.MarshalByRefObject
    Westwind.RazorHosting.RazorEngineConfiguration
public class RazorEngineConfiguration : MarshalByRefObject

Class Members

MemberDescription

Constructor

CompileToMemory

Determines if assemblies are compiled to disk or to memory. If compiling to disk generated assemblies are not cleaned up

OutputEncoding

Encoding to be used when generating output to file

StreamBufferSize

Buffer size for streamed template output when using filenames

TempAssemblyPath

When compiling to disk use this Path to hold generated assemblies

Requirements

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

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