RazorEngineHost Class

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  System.Web.Razor
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

'Declaration
Public Class RazorEngineHost
'Usage
Dim instance As RazorEngineHost

The RazorEngineHost type exposes the following members.

  NameDescription
Protected methodRazorEngineHostThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public methodRazorEngineHost(RazorCodeLanguage)This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public methodRazorEngineHost(RazorCodeLanguage, Func(Of TResult))This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Top

  NameDescription
Public propertyCodeLanguageThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public propertyDefaultBaseClassThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public propertyDefaultClassNameThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public propertyDefaultNamespaceThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public propertyDesignTimeModeThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public propertyGeneratedClassContextThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public propertyNamespaceImportsThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public propertyStaticHelpersThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Top

  NameDescription
Public methodCreateMarkupParserThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public methodDecorateCodeGeneratorThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public methodDecorateCodeParserThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public methodDecorateMarkupParserThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodPostProcessGeneratedCodeThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public methodToString (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: