Click or drag to resize
RewriterFactoryHandler Class
Provides an HttpHandler that performs redirection.
Inheritance Hierarchy
SystemObject
  X3Platform.Web.UrlRewriterRewriterFactoryHandler

Namespace: X3Platform.Web.UrlRewriter
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public class RewriterFactoryHandler : IHttpHandlerFactory

The RewriterFactoryHandler type exposes the following members.

Constructors
  NameDescription
Public methodRewriterFactoryHandler
Initializes a new instance of the RewriterFactoryHandler class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHandler
GetHandler is executed by the ASP.NET pipeline after the associated HttpModules have run. The job of GetHandler is to return an instance of an HttpHandler that can process the page.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodReleaseHandler
Public methodToString (Inherited from Object.)
Top
Remarks
The RewriterFactoryHandler checks the rewriting rules, rewrites the path if needed, and then delegates the responsibility of processing the ASP.NET page to the PageParser class (the same one used by the PageHandlerFactory class).
See Also