Method | Description | |
---|---|---|
Dispose ( ) : void |
Disposes of the resources (other than memory) used by the module that implements
|
|
Init ( HttpApplication context ) : void |
Initializes a module and prepares it to handle requests.
|
Method | Description | |
---|---|---|
AddWww ( HttpContext context ) : void |
Adds the www subdomain to the request and redirects.
|
|
PermanentRedirect ( string url, HttpContext context ) : void |
Sends permanent redirection headers (301)
|
|
RemoveWww ( HttpContext context ) : void |
Removes the www subdomain from the request and redirects.
|
|
context_BeginRequest ( object sender, EventArgs e ) : void |
Handles the BeginRequest event of the context control.
|
public Init ( HttpApplication context ) : void | ||
context | HttpApplication | An |
return | void |