RazorEngineHost.PostProcessGeneratedCode Method (CodeGeneratorContext)

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.

Namespace:  System.Web.Razor
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

abstract PostProcessGeneratedCode : 
        context:CodeGeneratorContext -> unit  
override PostProcessGeneratedCode : 
        context:CodeGeneratorContext -> unit

Parameters

context
Type: System.Web.Razor.Generator.CodeGeneratorContext
The code generator context.
Show: