IFramePanel
Wisej.Web.IFramePanel
Last updated
Wisej.Web.IFramePanel
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents a control that displays any HTML file in an IFrame element.
String: Allows the IFrame to access certain local features when using a cross-origin source. Valid values for allow include: geolocation, microphone, camera, midi, encrypted-media. See deprecating-permissions-in-cross-origin-iframes for more information on the syntax and values to use in this attribute.
BorderStyle: Indicates the border style for the control.
Boolean: Returns or sets whether the control shows the scrollbars when needed.
String: Returns or sets the source Url of the IFrame.
Reloads the contents of the IFrame.
EventHandler Fired when the IFrame has finished loading the document.
EventHandler Fired when the Url property is changed.
Name | Description |
---|---|
Represents a control that can host ASP.NET or MVC pages within a Wisej application. |
Name | Description |
---|---|
Bindable components implement this interface. | |
All wisej components implement this interface. | |
All wisej controls derived from the Control class must implement this interface. | |
Allows an object to serialize itself. |