Wisej.Web.AspNetPanel
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents a control that can host ASP.NET or MVC pages within a Wisej application.
The code in the hosted ASP.NET/MVC page can access any component in the current Wisej application session simply by using the Wisej.Web.Application class. All top level forms and pages are available in the Application.OpenForms, Application.OpenPages, Application.MainPage, and Application.Desktop properties.
Initializes a new instance of AspNetPanel.
String: Returns or sets the ASP.NET/MVC page to load in the AspNetPanel control. (Default: ""
)
Renders the client component.
config
Dynamic configuration object.
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
Bindable components implement this interface.
Controls that support drag & drop operations implement this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
All wisej controls derived from the class must implement this interface.