(
(
Imports Microsoft Imports System Imports System Imports System Namespace Wrox Public Class ThemeModule Implements IHttpModule Public Sub Dispose() Implements System End Sub Public Sub Init(ByVal context As System AddHandler context End Sub Private Sub app_PreRequestHandlerExecute(ByVal Sender As Object HttpContext Dim p As Page = TryCast(HttpContext If p IsNot Nothing Then Dim pb As ProfileCommon = DirectCast(HttpContext p End If End Sub End Class End Namespace
(
<system <httpModules> <add name= </httpModules>
(
[
From:http://tw.wingwit.com/Article/program/net/201311/15605.html