SpanCodeGenerator Class

Definition

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

public abstract class SpanCodeGenerator : System.Web.Razor.Generator.ISpanCodeGenerator
type SpanCodeGenerator = class
    interface ISpanCodeGenerator
Public MustInherit Class SpanCodeGenerator
Implements ISpanCodeGenerator
Inheritance
SpanCodeGenerator
Derived
Implements

Constructors

SpanCodeGenerator()

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 SpanCodeGenerator class.

Fields

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 span code generator.

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.

GenerateCode(Span, CodeGeneratorContext)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates a code for the specified target and context 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 span code generator.

Applies to