SpanCodeGenerator Class

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.

Inheritance Hierarchy

System.Object
  System.Web.Razor.Generator.SpanCodeGenerator
    More...

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

Syntax

'Declaration
Public MustInherit Class SpanCodeGenerator _
    Implements ISpanCodeGenerator
'Usage
Dim instance As SpanCodeGenerator
public abstract class SpanCodeGenerator : ISpanCodeGenerator
public ref class SpanCodeGenerator abstract : ISpanCodeGenerator
[<AbstractClassAttribute>]
type SpanCodeGenerator =  
    class 
        interface ISpanCodeGenerator 
    end
public abstract class SpanCodeGenerator implements ISpanCodeGenerator

The SpanCodeGenerator type exposes the following members.

Constructors

  Name Description
Protected method 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.

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. (Overrides Object.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GenerateCode 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.
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 span code generator. (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member 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.

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

Inheritance Hierarchy

System.Object
  System.Web.Razor.Generator.SpanCodeGenerator
    System.Web.Razor.Generator.AddImportCodeGenerator
    System.Web.Razor.Generator.LiteralAttributeCodeGenerator
    System.Web.Razor.Generator.MarkupCodeGenerator
    System.Web.Razor.Generator.RazorDirectiveAttributeCodeGenerator
    System.Web.Razor.Generator.ResolveUrlCodeGenerator
    System.Web.Razor.Generator.SetBaseTypeCodeGenerator
    System.Web.Razor.Generator.SetLayoutCodeGenerator
    System.Web.Razor.Generator.SetVBOptionCodeGenerator
    System.Web.Razor.Generator.StatementCodeGenerator
    System.Web.Razor.Generator.TypeMemberCodeGenerator