MarkupCodeGenerator Class

Definition

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

public class MarkupCodeGenerator : System.Web.Razor.Generator.SpanCodeGenerator
type MarkupCodeGenerator = class
    inherit SpanCodeGenerator
Public Class MarkupCodeGenerator
Inherits SpanCodeGenerator
Inheritance
MarkupCodeGenerator

Constructors

MarkupCodeGenerator()

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 MarkupCodeGenerator 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 this instance.

GenerateCode(Span, CodeGeneratorContext)

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

GetHashCode()

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

ToString()

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Returns the string representation for this instance.

Applies to