RazorDirectiveAttributeCodeGenerator Class

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

Inheritance Hierarchy

System.Object
  System.Web.Razor.Generator.SpanCodeGenerator
    System.Web.Razor.Generator.RazorDirectiveAttributeCodeGenerator

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

Syntax

'Declaration
Public Class RazorDirectiveAttributeCodeGenerator _
    Inherits SpanCodeGenerator
'Usage
Dim instance As RazorDirectiveAttributeCodeGenerator
public class RazorDirectiveAttributeCodeGenerator : SpanCodeGenerator
public ref class RazorDirectiveAttributeCodeGenerator : public SpanCodeGenerator
type RazorDirectiveAttributeCodeGenerator =  
    class 
        inherit SpanCodeGenerator 
    end
public class RazorDirectiveAttributeCodeGenerator extends SpanCodeGenerator

The RazorDirectiveAttributeCodeGenerator type exposes the following members.

Constructors

  Name Description
Public method RazorDirectiveAttributeCodeGenerator 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 RazorDirectiveAttributeCodeGenerator class.

Top

Properties

  Name Description
Public property Name This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the name of the directive attribute.
Public property Value This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the value of the directive attribute.

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 this instance. (Overrides SpanCodeGenerator.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 the code for the directive attribute. (Overrides SpanCodeGenerator.GenerateCode(Span, CodeGeneratorContext).)
Public method 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. (Overrides SpanCodeGenerator.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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. (Overrides Object.ToString().)

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