PageAdapter.RenderPostBackEvent Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Representa un evento de postback en la secuencia de respuesta como un vínculo, incluidos todos los argumentos requeridos.
Sobrecargas
RenderPostBackEvent(HtmlTextWriter, String, String, String, String) |
Representa un evento de postback en la secuencia de respuesta como un hipervínculo, incluidos el estado de vista codificado y posiblemente cifrado, así como el destino del evento y el argumento. |
RenderPostBackEvent(HtmlTextWriter, String, String, String, String, String, String) |
Representa un evento de postback en la secuencia de respuesta como un hipervínculo, incluidos el estado de vista codificado y posiblemente cifrado, así como un destino del evento, un argumento, un parámetro de página anterior y una clave de acceso. |
RenderPostBackEvent(HtmlTextWriter, String, String, String, String, String, String, Boolean) |
Representa un evento de postback en la secuencia de respuesta como un hipervínculo, incluidos el estado de vista codificado, así como un destino del evento, un argumento, un parámetro de página anterior y una clave de acceso. |
RenderPostBackEvent(HtmlTextWriter, String, String, String, String)
Representa un evento de postback en la secuencia de respuesta como un hipervínculo, incluidos el estado de vista codificado y posiblemente cifrado, así como el destino del evento y el argumento.
public:
virtual void RenderPostBackEvent(System::Web::UI::HtmlTextWriter ^ writer, System::String ^ target, System::String ^ argument, System::String ^ softkeyLabel, System::String ^ text);
public virtual void RenderPostBackEvent (System.Web.UI.HtmlTextWriter writer, string target, string argument, string softkeyLabel, string text);
abstract member RenderPostBackEvent : System.Web.UI.HtmlTextWriter * string * string * string * string -> unit
override this.RenderPostBackEvent : System.Web.UI.HtmlTextWriter * string * string * string * string -> unit
Public Overridable Sub RenderPostBackEvent (writer As HtmlTextWriter, target As String, argument As String, softkeyLabel As String, text As String)
Parámetros
- writer
- HtmlTextWriter
HtmlTextWriter que contiene los métodos para representar el resultado específico del destino.
- argument
- String
Valor de String que contiene el argumento que se va a pasar al evento de postback de destino.
Comentarios
El RenderPostBackEvent método escribe un evento de postback como un hipervínculo sin scripts.
Notas a los desarrolladores de herederos
Cuando hereda de la PageAdapter clase , puede invalidar el RenderPostBackEvent(HtmlTextWriter, String, String, String, String) método si se requiere un formato diferente para el hipervínculo del evento postback o el explorador tiene otros requisitos únicos. Por ejemplo, algunos exploradores requieren que el texto del hipervínculo no sea vacío si el vínculo se va a representar. También puede invalidar RenderPostBackEvent(HtmlTextWriter, String, String, String, String) si los recursos limitados impiden incluir el estado de vista como parámetro de dirección URL. El RenderPostBackEvent(HtmlTextWriter, String, String, String, String) método base no escribe un atributo para softkeyLabel
.
Consulte también
Se aplica a
RenderPostBackEvent(HtmlTextWriter, String, String, String, String, String, String)
Representa un evento de postback en la secuencia de respuesta como un hipervínculo, incluidos el estado de vista codificado y posiblemente cifrado, así como un destino del evento, un argumento, un parámetro de página anterior y una clave de acceso.
public:
virtual void RenderPostBackEvent(System::Web::UI::HtmlTextWriter ^ writer, System::String ^ target, System::String ^ argument, System::String ^ softkeyLabel, System::String ^ text, System::String ^ postUrl, System::String ^ accessKey);
public virtual void RenderPostBackEvent (System.Web.UI.HtmlTextWriter writer, string target, string argument, string softkeyLabel, string text, string postUrl, string accessKey);
abstract member RenderPostBackEvent : System.Web.UI.HtmlTextWriter * string * string * string * string * string * string -> unit
override this.RenderPostBackEvent : System.Web.UI.HtmlTextWriter * string * string * string * string * string * string -> unit
Public Overridable Sub RenderPostBackEvent (writer As HtmlTextWriter, target As String, argument As String, softkeyLabel As String, text As String, postUrl As String, accessKey As String)
Parámetros
- writer
- HtmlTextWriter
HtmlTextWriter que contiene los métodos para representar el resultado específico del destino.
- argument
- String
Valor de String que contiene el argumento que se va a pasar al evento de postback de destino.
Comentarios
El RenderPostBackEvent método escribe un evento de postback como un hipervínculo sin script, incluido el estado de vista fragmentado UrlEncode posiblemente, __EVENTTARGET=target
los parámetros , __EVENTARGUMENT=argument
, __PREVIOUSPAGE=currentFilePath
y un accessKey="accessKey"
atributo .
El estado de vista se cifra si el enableViewStateMac
atributo del elemento de configuración elemento pages (ASP.NET esquema de configuración) está establecido true
en .
Notas a los desarrolladores de herederos
Cuando hereda de la PageAdapter clase , puede invalidar el RenderPostBackEvent(HtmlTextWriter, String, String, String, String, String, String) método si se requiere un formato diferente para el hipervínculo del evento postback o el explorador tiene otros requisitos únicos. Por ejemplo, algunos exploradores requieren que el texto del hipervínculo no sea vacío si el vínculo se va a representar. También puede invalidar RenderPostBackEvent(HtmlTextWriter, String, String, String, String, String, String) si los recursos limitados impiden incluir el estado de vista como parámetro de dirección URL. El RenderPostBackEvent(HtmlTextWriter, String, String, String, String, String, String) método base no escribe un atributo para softkeyLabel
.
Consulte también
Se aplica a
RenderPostBackEvent(HtmlTextWriter, String, String, String, String, String, String, Boolean)
Representa un evento de postback en la secuencia de respuesta como un hipervínculo, incluidos el estado de vista codificado, así como un destino del evento, un argumento, un parámetro de página anterior y una clave de acceso.
protected:
void RenderPostBackEvent(System::Web::UI::HtmlTextWriter ^ writer, System::String ^ target, System::String ^ argument, System::String ^ softkeyLabel, System::String ^ text, System::String ^ postUrl, System::String ^ accessKey, bool encode);
protected void RenderPostBackEvent (System.Web.UI.HtmlTextWriter writer, string target, string argument, string softkeyLabel, string text, string postUrl, string accessKey, bool encode);
member this.RenderPostBackEvent : System.Web.UI.HtmlTextWriter * string * string * string * string * string * string * bool -> unit
Protected Sub RenderPostBackEvent (writer As HtmlTextWriter, target As String, argument As String, softkeyLabel As String, text As String, postUrl As String, accessKey As String, encode As Boolean)
Parámetros
- writer
- HtmlTextWriter
HtmlTextWriter que contiene los métodos para representar el resultado específico del destino.
- argument
- String
Valor de String que contiene el argumento que se va a pasar al evento de postback de destino.
- encode
- Boolean
true
para usar &
como separador de parámetros de dirección URL; false
para usar &
.
Comentarios
El RenderPostBackEvent método escribe un evento de postback como un hipervínculo sin script, incluido el estado de vista fragmentado UrlEncode posiblemente, __EVENTTARGET=target
los parámetros , __EVENTARGUMENT=argument
, __PREVIOUSPAGE=currentFilePath
y un accessKey="accessKey"
atributo .
Notas a los desarrolladores de herederos
Cuando hereda de la PageAdapter clase , puede invalidar el RenderPostBackEvent(HtmlTextWriter, String, String, String, String, String, String) método si se requiere un formato diferente para el hipervínculo del evento postback o el explorador tiene otros requisitos únicos. Por ejemplo, algunos exploradores requieren que el texto del hipervínculo no sea vacío si el vínculo se va a representar. También puede invalidar RenderPostBackEvent(HtmlTextWriter, String, String, String, String, String, String) si los recursos limitados impiden incluir el estado de vista como un parámetro de dirección URL. El RenderPostBackEvent(HtmlTextWriter, String, String, String, String, String, String) método base no escribe un atributo para softkeyLabel
.