WmlMobileTextWriter.UsePostBackCard(Boolean) Method

Definition

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