WebCodeRazorHost Methods

Include Protected Members
Include Inherited Members

The WebCodeRazorHost type exposes the following members.

Methods

  Name Description
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. (Inherited from WebPageRazorHost.)
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.Returns the class name of this instance. (Overrides WebPageRazorHost.GetClassName(String).)
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. (Inherited from WebPageRazorHost.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method PostProcessGeneratedCode(CodeGeneratorContext) Generates a post process code for the web code razor host. (Overrides WebPageRazorHost.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. (Inherited from WebPageRazorHost.)
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. (Inherited from WebPageRazorHost.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

WebCodeRazorHost Class

System.Web.WebPages.Razor Namespace