TemplateBlockCodeGenerator Class

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the template block code generator of the razor.

public class TemplateBlockCodeGenerator : System.Web.Razor.Generator.BlockCodeGenerator
type TemplateBlockCodeGenerator = class
    inherit BlockCodeGenerator
Public Class TemplateBlockCodeGenerator
Inherits BlockCodeGenerator
Inheritance
TemplateBlockCodeGenerator

Constructors

TemplateBlockCodeGenerator()

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the TemplateBlockCodeGenerator class.

Methods

Equals(Object)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the specified object is equal to the current object.

(Inherited from BlockCodeGenerator)
GenerateEndBlockCode(Block, CodeGeneratorContext)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates code to end the block of the template block code generator.

GenerateStartBlockCode(Block, CodeGeneratorContext)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates code to start the block for the template block code generator.

GetHashCode()

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns a hash code for the block code generator.

(Inherited from BlockCodeGenerator)

Applies to