Click or drag to resize

converterEnumBaseTTemplateEnum, TContainerEnum, TColorEnum, TSizeEnumGetButton Method (String, String, TColorEnum, TSizeEnum)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Makes Bootstrap button.

Namespace:  imbSCI.Core.reporting.render.converters
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public string GetButton(
	string btn_caption,
	string btn_url,
	TColorEnum btn_color,
	TSizeEnum btn_size
)
Request Example View Source

Parameters

btn_caption
Type: SystemString
The BTN caption.
btn_url
Type: SystemString
The BTN URL.
btn_color
Type: TColorEnum
Color of the BTN.
btn_size
Type: TSizeEnum
Size of the BTN.

Return Value

Type: String
Bootstrap HTML
See Also