AspNetPanel
Represents a control that can host ASP.NET or MVC pages within a Wisej application.
Last updated
Represents a control that can host ASP.NET or MVC pages within a Wisej application.
Last updated
To use the AspNetPanel control, simply set the PageSource property to the location of an existing .aspx document in the project.
For a full list of properties, methods and events see the API documentation.
Any ASP.NET or MVC page source can be shown in the AspNetPanel control.
Here's a sample page that converts text from lowercase to uppercase.
The corresponding code in the PageSource:
Item | Description |
---|---|
Class name | "wisej.web.IFrame" |
Source Code |