Sdílet prostřednictvím


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

Definice

Vykreslí prvek obrázku. 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:
 virtual void RenderImage(System::String ^ source, System::String ^ localSource, System::String ^ alternateText, bool breakAfter);
public virtual void RenderImage (string source, string localSource, string alternateText, bool breakAfter);
abstract member RenderImage : string * string * string * bool -> unit
override this.RenderImage : string * string * string * bool -> unit
Public Overridable 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

Pokud se po imagi vyžaduje přerušení, nastavte na true hodnotu .

Platí pro

Viz také