IWebExtension Interface

Interface to be implemented if a plug-in wants to add its own pages to the website.

Namespace:  Dundas.BI.Web.Extensibility
Assembly:  Dundas.BI.Web.Core (in Dundas.BI.Web.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntax
public interface IWebExtension

The IWebExtension type exposes the following members.

Methods
  NameDescription
Public methodAlterHttpConfiguration
May alter the http configuration.
Public methodAlterRoutes
May alter the routes in the application.
Top
See Also