PageAdapter::RenderPostBackEvent Method

 

Renders a postback event into the response stream as a link, including all required arguments.

Namespace:   System.Web.UI.Adapters
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodRenderPostBackEvent(HtmlTextWriter^, String^, String^, String^, String^)

Renders a postback event into the response stream as a hyperlink, including the encoded and possibly encrypted view state, and event target and argument.

System_CAPS_pubmethodRenderPostBackEvent(HtmlTextWriter^, String^, String^, String^, String^, String^, String^)

Renders a postback event into the response stream as a hyperlink, including the encoded and possibly encrypted view state, an event target and argument, a previous-page parameter, and an access key.

System_CAPS_protmethodRenderPostBackEvent(HtmlTextWriter^, String^, String^, String^, String^, String^, String^, Boolean)

Renders a postback event into the response stream as a hyperlink, including the encoded view state, an event target and argument, a previous-page parameter, and an access key.

Return to top
Show: