The UrlRewriteModule type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| UrlRewriteModule | Initializes a new instance of the UrlRewriteModule class |
Methods
| Name | Description | |
|---|---|---|
| Dispose |
Disposes of the resources (other than memory) used by the module that implements IHttpModule.
(Inherited from UrlRewriteModuleBase.) | |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| HtmlAddRewriteToExternalFilter |
Connect a filter for rewriting of outgoing HTML, and perform other actions before actually sending the HTML
(Overrides UrlRewriteModuleBase..::.HtmlAddRewriteToExternalFilter(HttpApplication).) | |
| HtmlRewriteToExternal_RewroteHtmlUrl |
Handles the RewroteHtmlUrl event of the HtmlRewriteToExternal instance used to rewrite outgoing HTML.
| |
| HttpUrlRewriteToExternal |
Rewrite a URL om a HTTP request from internal to external.
(Overrides UrlRewriteModuleBase..::.HttpUrlRewriteToExternal(String, Boolean, UrlBuilder..::.RebaseKind).) | |
| HttpUrlRewriteToInternal |
Rewrite a URL in a HTTP request from external to internal representation
(Overrides UrlRewriteModuleBase..::.HttpUrlRewriteToInternal(UrlBuilder).) | |
| Init |
Called by the ASP.NET framework to initialize module
(Inherited from UrlRewriteModuleBase.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnHtmlAddedRewriteToExternalFilter |
Raises the [E:HtmlAddedRewriteToExternalFilter] event.
(Inherited from UrlRewriteModuleBase.) | |
| OnHtmlAddingRewriteToExternalFilter |
Raises the [E:HtmlAddingRewriteToExternalFilter] event.
(Inherited from UrlRewriteModuleBase.) | |
| OnHttpRewriteInit |
Raises the [E:Init] event.
(Inherited from UrlRewriteModuleBase.) | |
| OnHttpRewritingToExternal |
Raises the [E:ValidateRewriteToExternalEvent] event.
(Inherited from UrlRewriteModuleBase.) | |
| OnHttpRewritingToInternal |
Raises the [E:ValidateRewriteToInternalEvent] event.
(Inherited from UrlRewriteModuleBase.) | |
| OnHttpRewroteToExternal |
Raises the [E:RewriteToExternalEvent] event.
(Inherited from UrlRewriteModuleBase.) | |
| OnHttpRewroteToInternal |
Raises the [E:RewriteToInternalEvent] event.
(Inherited from UrlRewriteModuleBase.) | |
| ToString | (Inherited from Object.) | |
| ValidateRewriteHtmlToExternal |
Check if we should rewrite outgoing HTML. e.Cancel will be set to true if we should not.
|
Properties
| Name | Description | |
|---|---|---|
| FURLRewriteResponse |
Gets or sets a value indicating whether the response to the current request should
be processed for rewriting of internal links to friendly urls.
(Inherited from UrlRewriteModuleBase.) | |
| IsIdKeep |
Gets or sets a value indicating whether this request runs in "idkeep" mode.
(Inherited from UrlRewriteModuleBase.) | |
| UrlExternal |
Gets or sets the external URL.
(Inherited from UrlRewriteModuleBase.) | |
| UrlInternal |
Gets or sets the internal URL.
(Inherited from UrlRewriteModuleBase.) |
Events
| Name | Description | |
|---|---|---|
| HtmlAddedRewriteToExternalFilter |
Raised after the HTML rewriting filter has been added.
(Inherited from UrlRewriteModuleBase.) | |
| HtmlAddingRewriteToExternalFilter |
Raised before adding the the HTML rewrite-filter.
(Inherited from UrlRewriteModuleBase.) | |
| HttpRewritingToExternal |
Raised before rewriting the request URL from internal to external
(Inherited from UrlRewriteModuleBase.) | |
| HttpRewritingToInternal |
Raised before rewriting the request URL from external to internal
(Inherited from UrlRewriteModuleBase.) | |
| HttpRewroteToExternal |
Raised after rewriting the request URL from internal to external
(Inherited from UrlRewriteModuleBase.) | |
| HttpRewroteToInternal |
Raised after rewriting the request URL from external to internal
(Inherited from UrlRewriteModuleBase.) |