Class ElementTagAttribute
Attributes for TAG element classes, which are responsible for the corresponding HTML tags.
Inheritance
System.Object
ElementTagAttribute
Namespace: Syncfusion.Windows.Forms.HTMLUI
Assembly: Syncfusion.HTMLUI.Windows.dll
Syntax
public sealed class ElementTagAttribute : Attribute
Constructors
ElementTagAttribute(String)
Initializes a new instance of the ElementTagAttribute class
Declaration
public ElementTagAttribute(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | Name of the tag. |
Properties
Name
Gets the name of the tag.
Declaration
public string Name { get; }
Property Value
| Type |
|---|
| System.String |