C# Class FubuMVC.Core.Content.ImageHttpHandler

Inheritance: IHttpHandler
Afficher le fichier Open project: nhsevidence/fubumvc

Méthodes publiques

Méthode Description
ImageHttpHandler ( string fileName ) : System
ProcessRequest ( HttpContext context ) : void

Private Methods

Méthode Description
ImageHttpHandler ( ) : System

Method Details

ImageHttpHandler() public méthode

public ImageHttpHandler ( string fileName ) : System
fileName string
Résultat System

ProcessRequest() public méthode

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