Esempio n. 1
0
 /// <summary>
 /// Sets the attribute value for a key.
 /// </summary>
 /// <param name="key">The attribute name.</param>
 /// <param name="value">The attribute value.</param>
 public void SetAttributeValue(string key, string value)
 {
     helper.HandleSetAttributeValue(key, value);
 }