Share via


RazorCodeGenerator.Initialize Method

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

Initializes the current RazorCodeGenerator instance.

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

Syntax

'Declaration
Protected Overridable Sub Initialize ( _
    context As CodeGeneratorContext _
)
'Usage
Dim context As CodeGeneratorContext 

Me.Initialize(context)
protected virtual void Initialize(
    CodeGeneratorContext context
)
protected:
virtual void Initialize(
    CodeGeneratorContext^ context
)
abstract Initialize : 
        context:CodeGeneratorContext -> unit  
override Initialize : 
        context:CodeGeneratorContext -> unit
protected function Initialize(
    context : CodeGeneratorContext
)

Parameters

See Also

Reference

RazorCodeGenerator Class

System.Web.Razor.Generator Namespace