Method | Description | |
---|---|---|
GetHttpHandler ( System.Web.Routing.RequestContext requestContext ) : IHttpHandler |
Provides the object that processes the request.
|
|
ProcessRequest ( |
Redirects a HTTP request by setting the status code and the Location header.
|
|
RedirectHandler ( |
Initializes a RedirectHandler with a provided redurict URL.
|
public GetHttpHandler ( System.Web.Routing.RequestContext requestContext ) : IHttpHandler | ||
requestContext | System.Web.Routing.RequestContext | |
return | IHttpHandler |
public ProcessRequest ( |
||
context | An |
|
return | void |
public RedirectHandler ( |
||
location | The URL to which the request should be redirected. | |
return | System |