Skip to main content
Version: 3.5

AspNetPanel

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents a control that can host ASP.NET or MVC pages within a Wisej application.

public class AspNetPanel : IFramePanel

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 Appication.Desktop properties.

Constructors

Instance memberAspNetPanel()

Initializes a new instance of AspNetPanel.

Properties

Instance memberPageSource

String: Returns or sets the ASP.NET/MVC page to load in the AspNetPanel control. (Default: "")

Implements

NameDescription
IBindableComponentBindable components implement this interface.
IDropTargetControls that support drag & drop operations implement this interface.
IWisejComponentAll wisej components implement this interface.
IWisejControlAll wisej controls derived from the Control class must implement this interface.
IWisejSerializableAllows an object to serialize itself.