RazorCommentCodeGenerator Class

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

Represents the razor comment code generator for the webpages.

Inheritance Hierarchy

System.Object
  System.Web.Razor.Generator.BlockCodeGenerator
    System.Web.Razor.Generator.RazorCommentCodeGenerator

Namespace:  System.Web.Razor.Generator
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public Class RazorCommentCodeGenerator _
    Inherits BlockCodeGenerator
'Usage
Dim instance As RazorCommentCodeGenerator
public class RazorCommentCodeGenerator : BlockCodeGenerator
public ref class RazorCommentCodeGenerator : public BlockCodeGenerator
type RazorCommentCodeGenerator =  
    class 
        inherit BlockCodeGenerator 
    end
public class RazorCommentCodeGenerator extends BlockCodeGenerator

The RazorCommentCodeGenerator type exposes the following members.

Constructors

  Name Description
Public method RazorCommentCodeGenerator 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 RazorCommentCodeGenerator class.

Top

Methods

  Name Description
Public method 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.)
Protected method Finalize (Inherited from Object.)
Public method 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. (Inherited from BlockCodeGenerator.)
Public method GenerateStartBlockCode This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates the start block code with the specified parameters. (Overrides BlockCodeGenerator.GenerateStartBlockCode(Block, CodeGeneratorContext).)
Public method 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.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

System.Web.Razor.Generator Namespace