TemplateBlockCodeGenerator 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.Represents the template block code generator of the razor.
public class TemplateBlockCodeGenerator : System.Web.Razor.Generator.BlockCodeGeneratortype TemplateBlockCodeGenerator = class
    inherit BlockCodeGeneratorPublic Class TemplateBlockCodeGenerator
Inherits BlockCodeGenerator- Inheritance
Constructors
| TemplateBlockCodeGenerator() | 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 TemplateBlockCodeGenerator class. | 
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.(Inherited from BlockCodeGenerator) | 
| GenerateEndBlockCode(Block, CodeGeneratorContext) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates code to end the block of the template block code generator. | 
| GenerateStartBlockCode(Block, CodeGeneratorContext) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates code to start the block for the template block code generator. | 
| 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.(Inherited from BlockCodeGenerator) |