C# Класс Subtext.Web.UI.Handlers.RedirectHandler

Handles redirects of incoming requests to the appropriate control.
Наследование: System.Web.IHttpHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
ProcessRequest ( HttpContext context ) : void

Enables processing of HTTP Web requests by a custom that implements the T:System.Web.IHttpHandler interface.

Parses the incoming request url to determine where the request should be redirected.

Описание методов

ProcessRequest() публичный Метод

Enables processing of HTTP Web requests by a custom that implements the T:System.Web.IHttpHandler interface.
Parses the incoming request url to determine where the request should be redirected.
public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext An object that provides references to the intrinsic server objects (for example, , , , and ) used to service HTTP requests.
Результат void