Udostępnij za pośrednictwem


WmlControlAdapter.RenderLink Metoda

Definicja

Renderuje cały link z określonym tekstem wewnątrz. 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).

protected:
 void RenderLink(System::Web::UI::MobileControls::Adapters::WmlMobileTextWriter ^ writer, System::String ^ targetUrl, System::String ^ softkeyLabel, bool implicitSoftkeyLabel, bool mapToSoftkey, System::String ^ text, bool breakAfter);
protected void RenderLink (System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter writer, string targetUrl, string softkeyLabel, bool implicitSoftkeyLabel, bool mapToSoftkey, string text, bool breakAfter);
member this.RenderLink : System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter * string * string * bool * bool * string * bool -> unit
Protected Sub RenderLink (writer As WmlMobileTextWriter, targetUrl As String, softkeyLabel As String, implicitSoftkeyLabel As Boolean, mapToSoftkey As Boolean, text As String, breakAfter As Boolean)

Parametry

writer
WmlMobileTextWriter

Określony składnik zapisywania tekstu.

targetUrl
String

Element docelowy adresu URL.

softkeyLabel
String

Tekst klucza softkey do użycia dla linku.

implicitSoftkeyLabel
Boolean

Ustaw wartość true na wartość , jeśli mapowanie na klucz softkey na urządzeniu.

mapToSoftkey
Boolean

Ustaw wartość na true , jeśli etykieta klawisza softkey pochodzi z samej karty urządzenia (etykieta domyślna lub coś innego, który jest określony adapter, taki jak "Połączenie" dla kontrolki PhoneCall), a nie etykieta softkey jawnie określona przez autora aplikacji.

text
String

Tekst definiujący łącze.

breakAfter
Boolean

Ustaw wartość na true , jeśli właściwość jest wymagana BreakAfter do ustawienia.

Uwagi

mapToSoftKey Jeśli parametr jest ustawiony na truewartość , zostanie wyświetlony tekst parametru softkeyLabel .

Dotyczy

Zobacz też