ViewPage<TModel>.GetPostBackEventReference Method

Include Protected Members
Include Inherited Members

Returns a string that can be used in a client event to cause postback to the server. This method has been deprecated. Use the GetPostBackEventReference method in the ClientScriptManager class instead.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method GetPostBackEventReference(Control) Obsolete. Returns a string that can be used in a client event to cause postback to the server. The reference string is defined by the specified Control object. (Inherited from Page.)
Public method GetPostBackEventReference(Control, String) Obsolete. Returns a string that can be used in a client event to cause postback to the server. The reference string is defined by the specified control that handles the postback and a string argument of additional event information. (Inherited from Page.)

Top

See Also

Reference

ViewPage<TModel> Class

System.Web.Mvc Namespace

ClientScriptManager

GetPostBackClientHyperlink