AspNetPanel
Represents a control that can host ASP.NET or MVC pages within a Wisej.NET application.
Last updated
Was this helpful?
Represents a control that can host ASP.NET or MVC pages within a Wisej.NET application.
Last updated
Was this helpful?
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
:
Class name
"wisej.web.IFrame"
Theme appearance
Child components
Source Code
"iframe", see .
"frame" is the iframe element. See .