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> : 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

Properties

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

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