Język

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

Definicja

Renderuje odwołania do dowolnych i-mode obrazów lub J-Phone . Ten interfejs API jest przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Witryny z 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

Określa adres URL obrazu.

localSource
String

Określa opcjonalną nazwę obrazu lokalnego.

alternateText
String

Określa tekst do wyświetlenia, jeśli nie można wyświetlić obrazu.

breakAfter
Boolean

Ustaw wartość na true , jeśli przerwa jest wymagana po obrazie.

Dotyczy

Zobacz też