PostBackOptions.Argument Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets an optional argument that is transferred in the postback event.
public:
property System::String ^ Argument { System::String ^ get(); void set(System::String ^ value); };
public string Argument { get; set; }
member this.Argument : string with get, set
Public Property Argument As String
Property Value
The optional argument that is transferred in the postback event. The default value is an empty string ("").
Remarks
The Argument property specifies an optional argument that is transferred in a postback event. This property is used to represent the EVENTARGUMENT
parameter of the _doPostBack
method of the client-side JavaScript.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.