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:
virtual void PostProcessGeneratedCode(
	CodeCompileUnit^ codeCompileUnit, 
	CodeNamespace^ generatedNamespace, 
	CodeTypeDeclaration^ generatedClass, 
	CodeMemberMethod^ executeMethod
) override

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: