The Img type exposes the following members.

Constructors

  NameDescription
Public methodImg
Initializes a new instance of the Img class.

Methods

  NameDescription
Public methodAdd(String)
Adds the alt text of this image.
Public methodAdd(Alt)
Adds the alt text of this image.
Public methodAdd(ICoreAttr)
Adds a new core attribute.
Public methodAdd(Src)
Adds the source of this image.
Public methodAdd(Style)
Adds a new style attribute.
Public methodRender
Renders this element.
(Overrides Tag..::..Render()()()().)
Public methodToString
Returns this tag's name.
(Overrides Object..::..ToString()()()().)

See Also