BlockCodeGenerator Class
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represent the block code generator for this razor syntax.
Inheritance Hierarchy
System.Object
System.Web.Razor.Generator.BlockCodeGenerator
System.Web.Razor.Generator.AttributeBlockCodeGenerator
System.Web.Razor.Generator.DynamicAttributeBlockCodeGenerator
System.Web.Razor.Generator.HelperCodeGenerator
System.Web.Razor.Generator.RazorCommentCodeGenerator
System.Web.Razor.Generator.SectionCodeGenerator
System.Web.Razor.Generator.TemplateBlockCodeGenerator
Namespace: System.Web.Razor.Generator
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public MustInherit Class BlockCodeGenerator _
Implements IBlockCodeGenerator
'Usage
Dim instance As BlockCodeGenerator
public abstract class BlockCodeGenerator : IBlockCodeGenerator
public ref class BlockCodeGenerator abstract : IBlockCodeGenerator
[<AbstractClassAttribute>]
type BlockCodeGenerator =
class
interface IBlockCodeGenerator
end
public abstract class BlockCodeGenerator implements IBlockCodeGenerator
The BlockCodeGenerator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
BlockCodeGenerator | 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 BlockCodeGenerator 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. (Overrides Object.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 the end of the block code generator for this razor syntax. |
![]() |
GenerateStartBlockCode | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates the start of the block code generator for this razor syntax. |
![]() |
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. (Overrides Object.GetHashCode().) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
![]() ![]() |
Null | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a null value for the block code generator. |
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.