Page.GetPostBackClientEvent メソッド
クライアント イベントで使用でき、指定したコントロールを、指定したイベント引数を使用してサーバーにポストバックするための参照を取得します。
名前空間: System.Web.UI
アセンブリ: 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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からPage.GetPostBackClientEvent メソッドを検索する場合は、下記のリンクをクリックしてください。

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