Skip to main content

HttpModule

Namespace: Wisej.Web.Ext.AspNetControl

Assembly: Wisej.Web.Ext.AspNetControl

Custom module that installs a virtual path provider for the AspNetControl wrapper.

public class HttpModule : IHttpModule

The virtual path provider is used to "feed" a blank ASP.NET page that hosts the ASP.NET control that we are wrapping.

Constructors

Instance memberHttpModule()

Methods

Instance memberDispose()

Disposes resources associated with the module.

Instance memberInit(app)

Initializes the AspNetControl module.

ParameterTypeDescription
appHttpApplication