HtmlTagAttributes Property |
Gets or sets the attributes.
Namespace: Scanjour.Workflow4.Web.Services.Helpers.HtmlAssembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic IDictionary<string, string> Attributes { get; }
Public ReadOnly Property Attributes As IDictionary(Of String, String)
Get
public:
property IDictionary<String^, String^>^ Attributes {
IDictionary<String^, String^>^ get ();
}
member Attributes : IDictionary<string, string> with get
Property Value
IDictionaryString,
String
The attributes.
See Also