Skip to main content

AspNetWrapper<T>

Namespace: Wisej.Web.Ext.AspNetControl

Assembly: Wisej.Web.Ext.AspNetControl

The AspNetWrapperBase is the base class of all wrapped ASP.NET controls.

public class AspNetWrapper<T> : 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

Instance memberAspNetWrapper()

Properties

Instance memberUrl

String: Returns source Url of the IFrame. (Default: "")

Instance memberWrappedControl

T: Returns the instance of the wrapped ASP.NET control. It is valid only during the processing of the Init or the Load events.