BlockCodeGenerator Class

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represent the block code generator for this razor syntax.

public abstract class BlockCodeGenerator : System.Web.Razor.Generator.IBlockCodeGenerator
type BlockCodeGenerator = class
    interface IBlockCodeGenerator
Public MustInherit Class BlockCodeGenerator
Implements IBlockCodeGenerator
Inheritance
BlockCodeGenerator
Derived
Implements

Constructors

BlockCodeGenerator()

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 BlockCodeGenerator class.

Fields

Null

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

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.

GenerateEndBlockCode(Block, CodeGeneratorContext)

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

GenerateStartBlockCode(Block, CodeGeneratorContext)

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

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.

Applies to