Attached HTML attributes to a MarkdownObject.
public class HtmlAttributes : MarkdownObject, IMarkdownObject
kind:method, kind:property, kind:ctor. Press Esc to clear.HtmlAttributes()Initializes a new instance of the HtmlAttributes class.ClassesGets or sets the CSS classes attached. May be null.IdGets or sets the HTML id/identifier. May be null.PropertiesGets or sets the additional properties. May be null.AddClass(String)Adds a CSS class.AddProperty(String, String)Adds a property.AddPropertyIfNotExist(String, Object?)Adds the specified property only if it does not already exist.CopyTo(HtmlAttributes, Boolean, Boolean)Copies/merge the values from this instance to the specified HtmlAttributes instance.