BlockCodeGenerator Class

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.

Inheritance Hierarchy

System.Object
  System.Web.Razor.Generator.BlockCodeGenerator
    System.Web.Razor.Generator.AttributeBlockCodeGenerator
    System.Web.Razor.Generator.DynamicAttributeBlockCodeGenerator
    System.Web.Razor.Generator.HelperCodeGenerator
    System.Web.Razor.Generator.RazorCommentCodeGenerator
    System.Web.Razor.Generator.SectionCodeGenerator
    System.Web.Razor.Generator.TemplateBlockCodeGenerator

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

Syntax

'Declaration
Public MustInherit Class BlockCodeGenerator _
    Implements IBlockCodeGenerator
'Usage
Dim instance As BlockCodeGenerator
public abstract class BlockCodeGenerator : IBlockCodeGenerator
public ref class BlockCodeGenerator abstract : IBlockCodeGenerator
[<AbstractClassAttribute>]
type BlockCodeGenerator =  
    class 
        interface IBlockCodeGenerator 
    end
public abstract class BlockCodeGenerator implements IBlockCodeGenerator

The BlockCodeGenerator type exposes the following members.

Constructors

  Name Description
Protected method 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.

Top

Methods

  Name Description
Public method Equals 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. (Overrides Object.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GenerateEndBlockCode 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.
Public method GenerateStartBlockCode 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.
Public method 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. (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member 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.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.Razor.Generator Namespace