RazorDirectiveAttribute Class

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

System.Object
  System.Attribute
    System.Web.Razor.RazorDirectiveAttribute

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

public final class RazorDirectiveAttribute extends Attribute

The RazorDirectiveAttribute type exposes the following members.

  NameDescription
Public methodRazorDirectiveAttributeThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Initializes a new instance of the RazorDirectiveAttribute class.
Top

  NameDescription
Public propertyNameThis 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 attribute.
Public propertyTypeIdThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets the unique type ID of the attribute. (Overrides Attribute.TypeId.)
Public propertyValueThis 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 attribute.
Top

  NameDescription
Public methodEqualsThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether this instance is equal to a specified object. (Overrides Attribute.Equals(Object).)
Public methodGetHashCodeThis 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 Attribute.GetHashCode().)
Public methodGetType (Inherited from Object.)
Public methodIsDefaultAttribute (Inherited from Attribute.)
Public methodMatch (Inherited from Attribute.)
Public methodToString (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: