WebPageRazorHost.PostProcessGeneratedCode Method (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.
Assembly: System.Web.WebPages.Razor (in System.Web.WebPages.Razor.dll)
'Declaration Public Overrides Sub PostProcessGeneratedCode ( _ context As CodeGeneratorContext _ ) 'Usage Dim instance As WebPageRazorHost Dim context As CodeGeneratorContext instance.PostProcessGeneratedCode(context)
Parameters
- context
- Type: System.Web.Razor.Generator.CodeGeneratorContext
The CodeGeneratorContext.
Show: