HelperCodeGenerator 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 a helper code generator.
public class HelperCodeGenerator : System.Web.Razor.Generator.BlockCodeGeneratortype HelperCodeGenerator = class
    inherit BlockCodeGeneratorPublic Class HelperCodeGenerator
Inherits BlockCodeGenerator- Inheritance
Constructors
| HelperCodeGenerator(LocationTagged<String>, Boolean) | 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 HelperCodeGenerator class. | 
Properties
| Footer | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the footer for this code. | 
| HeaderComplete | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a value indicating whether the header for this code is complete. | 
| Signature | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the signature for this code. | 
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 a block after the code. | 
| GenerateStartBlockCode(Block, CodeGeneratorContext) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates a block before the code. | 
| GetHashCode() | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the hash code for the current instance. | 
| ToString() | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns a string representation of the current instance. |