Sdílet prostřednictvím


UpWmlMobileTextWriter.RenderImage(String, String, String, Boolean) Metoda

Definice

Vykreslí všechny i-mode odkazy nebo J-Phone odkazy na obrázky. Toto rozhraní API je zastaralé. Informace o vývoji ASP.NET mobilních aplikací najdete v tématu Mobilní aplikace & Weby s ASP.NET.

public:
 override void RenderImage(System::String ^ source, System::String ^ localSource, System::String ^ alternateText, bool breakAfter);
public override void RenderImage (string source, string localSource, string alternateText, bool breakAfter);
override this.RenderImage : string * string * string * bool -> unit
Public Overrides Sub RenderImage (source As String, localSource As String, alternateText As String, breakAfter As Boolean)

Parametry

source
String

Určuje adresu URL obrázku.

localSource
String

Určuje volitelný název místní image.

alternateText
String

Určuje text, který se má zobrazit, pokud obrázek nelze zobrazit.

breakAfter
Boolean

Nastavte na hodnotu true , pokud se za image vyžaduje konec.

Platí pro

Viz také