Udostępnij za pośrednictwem


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

Definicja

Renderuje dowolne odwołania do obrazów i-mode lub J-Phone . Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with 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ż