Share via


RenderImage Method (Common)

Renders an image element.

public virtual void RenderImage(
   string source,
   string localSource,
   string alternateText,
   bool breakAfter
)

Parameters

  • source
    Specifies the image URL.
  • localSource
    Specifies an optional local image name.
  • alternateText
    Specifies text to display if the image cannot be displayed.
  • breakAfter
    Set to true if a break is required after the TextBox control.

See Also

RenderBeginLink

RenderEndLink

Applies to: WmlMobileTextWriter Class | UpWmlMobileTextWriter Class