HttpModule
Namespace: Wisej.Web.Ext.AspNetControl
Assembly: Wisej.Web.Ext.AspNetControl
Custom module that installs a virtual path provider for the AspNetControl wrapper.
- C#
- VB.NET
public class HttpModule : IHttpModule
Public Class HttpModule
Inherits 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
HttpModule()
Methods
Dispose()
Disposes resources associated with the module.
Init(app)
Initializes the AspNetControl module.
| Parameter | Type | Description |
|---|---|---|
| app | HttpApplication |