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 | |
---|---|---|
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. | |
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 | |
---|---|---|
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. | |
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. | |
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. | |
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 | |
---|---|---|
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. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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. | |
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.