MobilePage.Forms Propiedad

Definición

Obtiene la colección de formularios en el objeto MobilePage especificado. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulte Mobile Apps & Sites with ASP.NET.

public:
 property System::Collections::IList ^ Forms { System::Collections::IList ^ get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public System.Collections.IList Forms { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.Forms : System.Collections.IList
Public ReadOnly Property Forms As IList

Valor de propiedad

La colección de formularios contenida en la página.

Atributos

Se aplica a

Consulte también