Share via


RazorCommentCodeGenerator Class

Definition

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.

public class RazorCommentCodeGenerator : System.Web.Razor.Generator.BlockCodeGenerator
type RazorCommentCodeGenerator = class
    inherit BlockCodeGenerator
Public Class RazorCommentCodeGenerator
Inherits BlockCodeGenerator
Inheritance
RazorCommentCodeGenerator

Constructors

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.

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.

(Inherited from BlockCodeGenerator)
GenerateEndBlockCode(Block, CodeGeneratorContext)

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)
GenerateStartBlockCode(Block, CodeGeneratorContext)

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.

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)

Applies to