Метод | Описание | |
---|---|---|
Dispose ( ) : void |
Disposes of the resources (other than memory) used by the module that implements T:System.Web.IHttpModule.
|
|
Init ( System.Web.HttpApplication context ) : void |
Initializes a module and prepares it to handle requests.
|
Метод | Описание | |
---|---|---|
ContextBeginRequest ( object sender, |
Handles the BeginRequest event of the context control.
|
|
DefaultPageRequested ( |
||
ExtractDate ( |
Extracts the year and month from the requested URL and returns that as a DateTime.
|
|
ExtractTitle ( |
Extracts the title from the requested URL.
|
|
GetQueryString ( |
Gets the query string from the requested URL.
|
|
GetUrlWithQueryString ( |
||
RewriteBundlePathForChildBlog ( |
||
RewriteCategory ( |
Rewrites the category.
|
|
RewriteDefault ( |
The rewrite default.
|
|
RewriteFilePath ( |
Rewrites the incoming file request to the actual handler
|
|
RewriteImagePath ( |
Rewrites the incoming image request to the actual handler
|
|
RewritePage ( |
Rewrites the page.
|
|
RewritePost ( |
Rewrites the post.
|
|
RewriteTag ( |
Rewrites the tag.
|
public Init ( System.Web.HttpApplication context ) : void | ||
context | System.Web.HttpApplication | An |
Результат | void |