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 void PostProcessGeneratedCode( CodeCompileUnit codeCompileUnit, CodeNamespace generatedNamespace, CodeTypeDeclaration generatedClass, CodeMemberMethod executeMethod )
Parameters
- codeCompileUnit
- Type: System.CodeDom.CodeCompileUnit
- generatedNamespace
- Type: System.CodeDom.CodeNamespace
- generatedClass
- Type: System.CodeDom.CodeTypeDeclaration
- executeMethod
- Type: System.CodeDom.CodeMemberMethod
Show: