C# Class Headless.Activation.SupportedTagAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: roryprimrose/Headless Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

SupportedTagAttribute() public méthode

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. ///
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string