HtmlPageAdapter.RenderUrlPostBackEvent Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Apresenta uma referência a um evento de postback, como uma URL. Esta API está obsoleta. Para informações sobre como desenvolver ASP.NET aplicações móveis, veja
public:
virtual void RenderUrlPostBackEvent(System::Web::UI::MobileControls::Adapters::HtmlMobileTextWriter ^ writer, System::String ^ target, System::String ^ argument);
public virtual void RenderUrlPostBackEvent(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter writer, string target, string argument);
abstract member RenderUrlPostBackEvent : System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter * string * string -> unit
override this.RenderUrlPostBackEvent : System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter * string * string -> unit
Public Overridable Sub RenderUrlPostBackEvent (writer As HtmlMobileTextWriter, target As String, argument As String)
Parâmetros
- writer
- HtmlMobileTextWriter
O escritor de texto.
- target
- String
A referência do URL.
- argument
- String
Quaisquer variáveis ocultas?
Observações
Postbacks renderizados como URL não submetem dados dinâmicos de formulário, como conteúdos de caixas de texto, no postback. Para submeter esses dados em postback em dispositivos que não suportam script, use um botão HTML submit em vez disso.