WmlMobileTextWriter.UsePostBackCard(Boolean) Method
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.
Whether the writer must use an additional card for postbacks. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
protected:
virtual bool UsePostBackCard(bool includeVariables);
protected virtual bool UsePostBackCard (bool includeVariables);
abstract member UsePostBackCard : bool -> bool
override this.UsePostBackCard : bool -> bool
Protected Overridable Function UsePostBackCard (includeVariables As Boolean) As Boolean
Parameters
- includeVariables
- Boolean
Whether to include any variables in the additional card.
Returns
true
if the writer must use an additional card for postbacks; otherwise, false
.
Remarks
Called internally by the writer, and can be overridden by an inheriting class.
Applies to
See also
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.