Class ImageLink
Class to represent one ImageLink.
public class ImageLink : Hyperlink
- Inheritance
-
ImageLink
- Inherited Members
Constructors
ImageLink()
Initializes a new instance of ImageLink.
public ImageLink()
ImageLink(string, string, string)
Initializes a new instance of ImageLink.
public ImageLink(string image, string caption, string url)
Parameters
Properties
Image
Gets or sets the file name.
public string Image { get; set; }
Property Value
ImageObject
Gets ImageObject to access its attributes.
public ImageObject ImageObject { get; }
Property Value
Methods
HtmlBody()
Returns the ImageLink body.
protected override string HtmlBody()
Returns
- string
ImageLink body string.