Share via


RazorDirectiveAttributeCodeGenerator 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 Razor directive attribute.

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

Constructors

RazorDirectiveAttributeCodeGenerator(String, String)

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.

Properties

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.

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.

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 directive attribute.

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