Share via


BlockBuilder Class

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

Represents the block builder for the webpages.

Inheritance Hierarchy

System.Object
  System.Web.Razor.Parser.SyntaxTree.BlockBuilder

Namespace:  System.Web.Razor.Parser.SyntaxTree
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public Class BlockBuilder
'Usage
Dim instance As BlockBuilder
public class BlockBuilder
public ref class BlockBuilder
type BlockBuilder =  class end
public class BlockBuilder

The BlockBuilder type exposes the following members.

Constructors

  Name Description
Public method BlockBuilder() 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 BlockBuilder class.
Public method BlockBuilder(Block) 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 BlockBuilder class.

Top

Properties

  Name Description
Public property Children This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the collection of child elements of the block builder.
Public property CodeGenerator This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the code generator for the block builder.
Public property Name This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the string name for the block builder.
Public property Type This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a block type that can be assigned null.

Top

Methods

  Name Description
Public method Build This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Builds a block for this instance.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Reset This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Resets the block builder to its original position.
Public method ToString (Inherited from Object.)

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.Parser.SyntaxTree Namespace