Click or drag to resize

cssEntryDefinitionAppend Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Appends value at specified key.(or adds new entry)

Namespace:  imbSCI.Core.style.css
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void Append(
	string key,
	string value,
	string separator = ""
)
Request Example View Source

Parameters

key
Type: SystemString
The key.
value
Type: SystemString
The value.
separator (Optional)
Type: SystemString
The separator - added between existing and new content.
See Also