C# Class E_Handel.ImgHandler

Summary description for ImgHandler
Inheritance: IHttpHandler
Afficher le fichier Open project: KodKnackarGanget/E-Handel

Méthodes publiques

Méthode Description
ProcessRequest ( HttpContext context ) : void

Private Methods

Méthode Description
GetImage ( HttpContext context, int id, string columnName, string tableName ) : void

Method Details

ProcessRequest() public méthode

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