WmlControlAdapter.RenderLink Método

Definição

Renderiza um link inteiro, com o texto especificado dentro. Esta API está obsoleta. Para obter informações sobre como desenvolver aplicativos móveis ASP.NET, consulte Aplicativos Móveis & Sites com 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)

Parâmetros

writer
WmlMobileTextWriter

O text writer especificado.

targetUrl
String

O destino da URL.

softkeyLabel
String

O texto da tecla a ser usado para o link.

implicitSoftkeyLabel
Boolean

Definido como true se for mapeado para uma tecla no dispositivo.

mapToSoftkey
Boolean

Definido como true se o rótulo da tecla for proveniente do próprio adaptador (o rótulo padrão ou alguma outra coisa especificada pelo adaptador, como “Chamar” para um controle PhoneCall) e não for um rótulo de tecla especificado explicitamente pelo autor de aplicativos.

text
String

O texto que define o link.

breakAfter
Boolean

Defina como true se a BreakAfter propriedade for necessária para ser definida.

Comentários

Se o mapToSoftKey parâmetro for definido como true, o texto do softkeyLabel parâmetro será exibido.

Aplica-se a

Confira também