Click or drag to resize

cssEntryDefinition Constructor (String, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the cssEntryDefinition class.

Namespace:  imbSCI.Core.style.css
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public cssEntryDefinition(
	string cssName,
	string cssCode
)
Request Example View Source

Parameters

cssName
Type: SystemString
CSS entry name
cssCode
Type: SystemString
The CSS code, block within { } .
See Also