AspNetWrapper<T>
Wisej.Web.Ext.AspNetControl.AspNetWrapper<T>
Namespace: Wisej.Web.Ext.AspNetControl
Assembly: Wisej.Web.Ext.AspNetControl (3.2.0.0)
The AspNetWrapperBase is the base class of all wrapped ASP.NET controls.
public class AspNetWrapper<T> : AspNetWrapperBasePublic Class AspNetWrapper(Of T)
Inherits AspNetWrapperBaseWhen 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.
Last updated
Was this helpful?