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
- context
Type: System.Web.Razor.Generator.CodeGeneratorContext
The context.