WebPageRazorHost Methods
The WebPageRazorHost type exposes the following members.
| Name | Description | |
|---|---|---|
|
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. |
|
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.) |
|
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.) |
|
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.) |
|
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.) |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
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. |
|
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. |
|
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. |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
MemberwiseClone | (Inherited from Object.) |
|
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).) |
|
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.) |
|
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. |
|
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. |
|
ToString | (Inherited from Object.) |
Show: