BlockCodeGenerator Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.IBlockCodeGeneratortype BlockCodeGenerator = class
    interface IBlockCodeGeneratorPublic 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. |