AttributeBlockCodeGenerator Class

Definition

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

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

Constructors

AttributeBlockCodeGenerator(String, LocationTagged<String>, LocationTagged<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 AttributeBlockCodeGenerator class.

Properties

Name

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

Prefix

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the prefix of the code generator.

Suffix

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the suffix for the 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 code to end the block using the specified parameters.

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 using the specified parameters.

GetHashCode()

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the hash code for this code generator.

ToString()

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns a string that represents the current object.

Applies to