Sdílet prostřednictvím


MobilePage.Forms Vlastnost

Definice

Získá kolekci formulářů v zadaném MobilePage objektu. Toto rozhraní API je zastaralé. Informace o vývoji ASP.NET mobilních aplikací najdete v tématu Mobilní aplikace & Weby s 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

Hodnota vlastnosti

Kolekce formulářů, která je obsažena na stránce.

Atributy

Platí pro

Viz také