WebPageRazorHost.PostProcessGeneratedCode Method
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Assembly: System.Web.WebPages.Razor (in System.Web.WebPages.Razor.dll)
public override function PostProcessGeneratedCode( codeCompileUnit : CodeCompileUnit, generatedNamespace : CodeNamespace, generatedClass : CodeTypeDeclaration, executeMethod : CodeMemberMethod )
Parameters
- codeCompileUnit
- Type: System.CodeDom.CodeCompileUnit
- generatedNamespace
- Type: System.CodeDom.CodeNamespace
- generatedClass
- Type: System.CodeDom.CodeTypeDeclaration
- executeMethod
- Type: System.CodeDom.CodeMemberMethod
Show: