C# Class Headless.Activation.SupportedTagAttribute

Inheritance: System.Attribute
Mostra file Open project: roryprimrose/Headless Class Usage Examples

Public Methods

Method Description
SupportedTagAttribute ( string tagName ) : System

Initializes a new instance of the SupportedTagAttribute class.

SupportedTagAttribute ( string tagName, string attributeName, string attributeValue ) : System

Initializes a new instance of the SupportedTagAttribute class.

ToString ( ) : string

Method Details

SupportedTagAttribute() public method

Initializes a new instance of the SupportedTagAttribute class.
public SupportedTagAttribute ( string tagName ) : System
tagName string /// Name of the tag. ///
return System

SupportedTagAttribute() public method

Initializes a new instance of the SupportedTagAttribute class.
public SupportedTagAttribute ( string tagName, string attributeName, string attributeValue ) : System
tagName string /// Name of the tag. ///
attributeName string /// Name of the attribute. ///
attributeValue string /// The attribute value. ///
return System

ToString() public method

public ToString ( ) : string
return string