WebPageRazorHost.PostProcessGeneratedCode Method

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  System.Web.WebPages.Razor
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

  • Medium trust for the immediate caller. This member can be used by partially trusted code.
Show: