RazorCommentCodeGenerator Class   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.BlockCodeGeneratortype RazorCommentCodeGenerator = class
    inherit BlockCodeGeneratorPublic Class RazorCommentCodeGenerator
Inherits BlockCodeGenerator- Inheritance
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) |