WebPageRazorHost Methods

The WebPageRazorHost type exposes the following members.

  NameDescription
Public method Static member AddGlobalImport This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Adds a global import on the webpage.
Public method CreateMarkupParser This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a markup parser. (Overrides RazorEngineHost.CreateMarkupParser.)
Public method DecorateCodeGenerator This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the methods as language-specific Razor code generator. (Inherited from RazorEngineHost.)
Public method DecorateCodeParser This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the methods as language-specific Razor code parser using the specified language parser. (Inherited from RazorEngineHost.)
Public method DecorateMarkupParser This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the method to decorate markup parser using the specified language parser. (Inherited from RazorEngineHost.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Protected method GetClassName This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Retrieves the name of the class to which the specified webpage belongs.
Protected method GetCodeLanguage This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the code language specified in the webpage.
Public method Static member GetGlobalImports This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the global imports for the webpage.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method PostProcessGeneratedCode(CodeGeneratorContext) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the generated code after the process. (Overrides RazorEngineHost.PostProcessGeneratedCode(CodeGeneratorContext).)
Public method PostProcessGeneratedCode(CodeCompileUnit, CodeNamespace, CodeTypeDeclaration, CodeMemberMethod) Obsolete. This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns this method to post all the processed generated code for the host. (Inherited from RazorEngineHost.)
Protected method RegisterSpecialFile(String, String) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Registers the special file with the specified file name and base type name.
Protected method RegisterSpecialFile(String, Type) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Registers the special file with the specified file name and base type.
Public method ToString (Inherited from Object.)
Top
Show: