C# Class E_Handel.ImgHandler

Summary description for ImgHandler
Inheritance: IHttpHandler
ファイルを表示 Open project: KodKnackarGanget/E-Handel

Public Methods

Method Description
ProcessRequest ( HttpContext context ) : void

Private Methods

Method Description
GetImage ( HttpContext context, int id, string columnName, string tableName ) : void

Method Details

ProcessRequest() public method

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
return void