Page.GetPostBackClientEvent メソッド
アセンブリ: System.Web (system.web.dll 内)

<ObsoleteAttribute("The recommended alternative is ClientScript.GetPostBackEventReference. http://go.microsoft.com/fwlink/?linkid=14202")> _ Public Function GetPostBackClientEvent ( _ control As Control, _ argument As String _ ) As String
Dim instance As Page Dim control As Control Dim argument As String Dim returnValue As String returnValue = instance.GetPostBackClientEvent(control, argument)
[ObsoleteAttribute("The recommended alternative is ClientScript.GetPostBackEventReference. http://go.microsoft.com/fwlink/?linkid=14202")] public string GetPostBackClientEvent ( Control control, string argument )
[ObsoleteAttribute(L"The recommended alternative is ClientScript.GetPostBackEventReference. http://go.microsoft.com/fwlink/?linkid=14202")] public: String^ GetPostBackClientEvent ( Control^ control, String^ argument )
/** @attribute ObsoleteAttribute("The recommended alternative is ClientScript.GetPostBackEventReference. http://go.microsoft.com/fwlink/?linkid=14202") */ public String GetPostBackClientEvent ( Control control, String argument )
ObsoleteAttribute("The recommended alternative is ClientScript.GetPostBackEventReference. http://go.microsoft.com/fwlink/?linkid=14202") public function GetPostBackClientEvent ( control : Control, argument : String ) : String
戻り値
クライアント イベントを表す文字列。


Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- Page.GetPostBackClientEvent メソッドのページへのリンク