Share via


HelperCodeGenerator Class

Definition

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.BlockCodeGenerator
type HelperCodeGenerator = class
    inherit BlockCodeGenerator
Public Class HelperCodeGenerator
Inherits BlockCodeGenerator
Inheritance
HelperCodeGenerator

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.

Applies to