AspNetWrapper<T>
Namespace: Wisej.Web.Ext.AspNetControl
Assembly: Wisej.Web.Ext.AspNetControl
The AspNetWrapperBase is the base class of all wrapped ASP.NET controls.
- C#
- VB.NET
public class AspNetWrapper<T> : AspNetWrapperBase
Public Class AspNetWrapper(Of T)
Inherits AspNetWrapperBase
When you using a wrapped ASP.NET control you must add the HttpModule to Web.config, like this:
<system.webServer>
<modules>
<add name = "WisejAspNetControl" type="Wisej.Web.Ext.AspNetControl.HttpModule, Wisej.Web.Ext.AspNetControl" />
...
Constructors
AspNetWrapper()
Properties
Url
String: Returns source Url of the IFrame. (Default: "")
WrappedControl
T: Returns the instance of the wrapped ASP.NET control. It is valid only during the processing of the Init or the Load events.