TemplateBlockCodeGenerator Class
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents the template block code generator of the razor.
Inheritance Hierarchy
System.Object
System.Web.Razor.Generator.BlockCodeGenerator
System.Web.Razor.Generator.TemplateBlockCodeGenerator
Namespace: System.Web.Razor.Generator
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public Class TemplateBlockCodeGenerator _
Inherits BlockCodeGenerator
'Usage
Dim instance As TemplateBlockCodeGenerator
public class TemplateBlockCodeGenerator : BlockCodeGenerator
public ref class TemplateBlockCodeGenerator : public BlockCodeGenerator
type TemplateBlockCodeGenerator =
class
inherit BlockCodeGenerator
end
public class TemplateBlockCodeGenerator extends BlockCodeGenerator
The TemplateBlockCodeGenerator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
TemplateBlockCodeGenerator | 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 TemplateBlockCodeGenerator class. |
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. (Inherited from BlockCodeGenerator.) |
![]() |
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 of the template block code generator. (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 for the template block code generator. (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 a hash code for the block code generator. (Inherited from BlockCodeGenerator.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
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.