Click or drag to resize

cssCollectionSet Method (String, String, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the specified name.

Namespace:  imbSCI.Core.style.css
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void Set(
	string name,
	string attributeName,
	string value
)
Request Example View Source

Parameters

name
Type: SystemString
The name.
attributeName
Type: SystemString
Name of the attribute.
value
Type: SystemString
The value.
See Also