PageAdapter.RenderPostBackEvent Method (HtmlTextWriter, String, String, String, String, String, String, Boolean)
Assembly: System.Web (in system.web.dll)
protected: void RenderPostBackEvent ( HtmlTextWriter^ writer, String^ target, String^ argument, String^ softkeyLabel, String^ text, String^ postUrl, String^ accessKey, bool encode )
protected void RenderPostBackEvent ( HtmlTextWriter writer, String target, String argument, String softkeyLabel, String text, String postUrl, String accessKey, boolean encode )
protected function RenderPostBackEvent ( writer : HtmlTextWriter, target : String, argument : String, softkeyLabel : String, text : String, postUrl : String, accessKey : String, encode : boolean )
Not applicable.
Parameters
- writer
The HtmlTextWriter containing methods to render the target-specific output.
- target
The String value holding the postback event target name.
- argument
The String value holding the argument to pass to the postback target event.
- softkeyLabel
The String value to use as a soft key label.
- text
The String value of the text to display as the link.
- postUrl
The String value holding the URL target page of the postback.
- accessKey
The String value to assign to the accessKey attribute of the created link.
- encode
true to use
&as the URL parameter separator; false to use&.
The RenderPostBackEvent method writes a postback event as a scriptless hyperlink, including the possibly chunked UrlEncode view state, __EVENTTARGET=target, __EVENTARGUMENT=argument, __PREVIOUSPAGE=currentFilePath parameters, and an accessKey="accessKey" attribute.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.