ClientScriptManager::GetPostBackClientHyperlink Method
.NET Framework (current version)
Gets a reference, with javascript: appended to the beginning of it, that can be used in a client event to post back to the server.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | GetPostBackClientHyperlink(Control^, String^) | Gets a reference, with javascript: appended to the beginning of it, that can be used in a client event to post back to the server for the specified control and with the specified event arguments. |
![]() | GetPostBackClientHyperlink(Control^, String^, Boolean) | Gets a reference, with javascript: appended to the beginning of it, that can be used in a client event to post back to the server for the specified control with the specified event arguments and Boolean indication whether to register the post back for event validation. |
Show:
