Share via


RazorCodeGenerator.Context Property

Definition

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

public System.Web.Razor.Generator.CodeGeneratorContext Context { get; }
member this.Context : System.Web.Razor.Generator.CodeGeneratorContext
Public ReadOnly Property Context As CodeGeneratorContext

Property Value

The context of this code generator.

Applies to