Udostępnij za pośrednictwem


HtmlPageAdapter.GetFormUrl(Form) Metoda

Definicja

Zwraca adres URL, który może służyć do unikatowego identyfikowania formularza. Ten adres URL musi być przekazywany tylko jako parametr do BeginFile(String, String, String) metody składnika zapisywania tekstu. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).

public:
 System::String ^ GetFormUrl(System::Web::UI::MobileControls::Form ^ form);
public string GetFormUrl (System.Web.UI.MobileControls.Form form);
member this.GetFormUrl : System.Web.UI.MobileControls.Form -> string
Public Function GetFormUrl (form As Form) As String

Parametry

form
Form

Określony formularz.

Zwraca

Adres URL, który może służyć do unikatowego identyfikowania formularza.

Dotyczy

Zobacz też