DynamicAttributeBlockCodeGenerator 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 dynamic attributes of the block code generator.
public class DynamicAttributeBlockCodeGenerator : System.Web.Razor.Generator.BlockCodeGeneratortype DynamicAttributeBlockCodeGenerator = class
    inherit BlockCodeGeneratorPublic Class DynamicAttributeBlockCodeGenerator
Inherits BlockCodeGenerator- Inheritance
Constructors
| DynamicAttributeBlockCodeGenerator(LocationTagged<String>, Int32, Int32, Int32) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instances of the DynamicAttributeBlockCodeGenerator class. | 
| DynamicAttributeBlockCodeGenerator(LocationTagged<String>, SourceLocation) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instances of the DynamicAttributeBlockCodeGenerator class. | 
Properties
| Prefix | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the namespace prefix of the code generator. | 
| ValueStart | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the value start for the dynamic attribute block 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 instance. | 
| 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. |