DynamicAttributeBlockCodeGenerator Class
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.
Inheritance Hierarchy
System.Object
System.Web.Razor.Generator.BlockCodeGenerator
System.Web.Razor.Generator.DynamicAttributeBlockCodeGenerator
Namespace: System.Web.Razor.Generator
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public Class DynamicAttributeBlockCodeGenerator _
Inherits BlockCodeGenerator
'Usage
Dim instance As DynamicAttributeBlockCodeGenerator
public class DynamicAttributeBlockCodeGenerator : BlockCodeGenerator
public ref class DynamicAttributeBlockCodeGenerator : public BlockCodeGenerator
type DynamicAttributeBlockCodeGenerator =
class
inherit BlockCodeGenerator
end
public class DynamicAttributeBlockCodeGenerator extends BlockCodeGenerator
The DynamicAttributeBlockCodeGenerator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
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. |
![]() |
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. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
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. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | 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. (Overrides BlockCodeGenerator.Equals(Object).) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GenerateEndBlockCode | 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. (Overrides BlockCodeGenerator.GenerateEndBlockCode(Block, CodeGeneratorContext).) |
![]() |
GenerateStartBlockCode | 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. (Overrides BlockCodeGenerator.GenerateStartBlockCode(Block, CodeGeneratorContext).) |
![]() |
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. (Overrides BlockCodeGenerator.GetHashCode().) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
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. (Overrides Object.ToString().) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.