C# Class RavenFS.Infrastructure.RedirectHandler

Inheritance: IHttpHandler
Afficher le fichier Open project: hibernating-rhinos/RavenFS

Méthodes publiques

Méthode Description
ProcessRequest ( HttpContext httpContext ) : void
RedirectHandler ( string newUrl ) : System.Web

Method Details

ProcessRequest() public méthode

public ProcessRequest ( HttpContext httpContext ) : void
httpContext System.Web.HttpContext
Résultat void

RedirectHandler() public méthode

public RedirectHandler ( string newUrl ) : System.Web
newUrl string
Résultat System.Web