Initializes a new instance of the Img class.

Namespace: HTMLPlusPlus
Assembly: HTMLPlusPlus (in HTMLPlusPlus.dll) Version: 0.1.0.0 (0.1.0.0)

Syntax

C#
public Img(
	string src,
	string alt,
	string cssclass,
	string id,
	string style
)

Parameters

src
Type: System..::..String
An optional src of this image.
alt
Type: System..::..String
An optional alt text for this image.
cssclass
Type: System..::..String
An optional CSS class for this element.
id
Type: System..::..String
An optional id for this element.
style
Type: System..::..String
An optional inline style for this element.

See Also