Method SetTag
SetTag(String, Object)
Associate the specified value with the specified tagName
. If the tagName
already exists, the old value is replaced. The tagName
and value
cannot be
null. tagName
will be converted to lowercase.
Declaration
void SetTag(string tagName, object value)
Parameters
Type | Name | Description |
---|---|---|
System.String | tagName | |
System.Object | value |