Share via


SectionCodeGenerator Class

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a section code generator.

public class SectionCodeGenerator : System.Web.Razor.Generator.BlockCodeGenerator
type SectionCodeGenerator = class
    inherit BlockCodeGenerator
Public Class SectionCodeGenerator
Inherits BlockCodeGenerator
Inheritance
SectionCodeGenerator

Constructors

SectionCodeGenerator(String)

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 SectionCodeGenerator class.

Properties

SectionName

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the name of the section.

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 section 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 section code.

GetHashCode()

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Retrieves the hash code for this 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 this current instance.

Applies to