The UrlRewriteModuleBase type exposes the following members.

Constructors

  NameDescription
UrlRewriteModuleBase
Initializes a new instance of the UrlRewriteModuleBase class

Methods

  NameDescription
Dispose
Disposes of the resources (other than memory) used by the module that implements IHttpModule.
Equals
Determines whether the specified Object is equal to the current Object.
(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
HttpUrlRewriteToExternal
Rewrite a request URL to external.
HttpUrlRewriteToInternal
Rewrite the URL to internal.
Init
Called by the ASP.NET framework to initialize module
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnHtmlAddedRewriteToExternalFilter
Raises the [E:HtmlAddedRewriteToExternalFilter] event.
OnHtmlAddingRewriteToExternalFilter
Raises the [E:HtmlAddingRewriteToExternalFilter] event.
OnHttpRewriteInit
Raises the [E:Init] event.
OnHttpRewritingToExternal
Raises the [E:ValidateRewriteToExternalEvent] event.
OnHttpRewritingToInternal
Raises the [E:ValidateRewriteToInternalEvent] event.
OnHttpRewroteToExternal
Raises the [E:RewriteToExternalEvent] event.
OnHttpRewroteToInternal
Raises the [E:RewriteToInternalEvent] event.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
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.
IsIdKeep
Gets or sets a value indicating whether this request runs in "idkeep" mode.
UrlExternal
Gets or sets the external URL.
UrlInternal
Gets or sets the internal URL.

Events

  NameDescription
HtmlAddedRewriteToExternalFilter
Raised after the HTML rewriting filter has been added.
HtmlAddingRewriteToExternalFilter
Raised before adding the the HTML rewrite-filter.
HttpRewriteInit
Initialize events. Use this handler to subscribe to the relevant events. Raised once per instance of the HttpModule.
HttpRewritingToExternal
Raised before rewriting the request URL from internal to external
HttpRewritingToInternal
Raised before rewriting the request URL from external to internal
HttpRewroteToExternal
Raised after rewriting the request URL from internal to external
HttpRewroteToInternal
Raised after rewriting the request URL from external to internal

See Also