UpWmlMobileTextWriter.CalculateFormQueryString Method

Definition

Returns the query string to add to the URL to post the form to the server. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

protected:
 override System::String ^ CalculateFormQueryString();
protected override string CalculateFormQueryString ();
override this.CalculateFormQueryString : unit -> string
Protected Overrides Function CalculateFormQueryString () As String

Returns

The query string.

Applies to

See also