C# Class newtelligence.DasBlog.Web.Services.ApproveItemHandler

Currently only used to approve comments, but can easily be modified to approve other content types (entries, trackbacks etc.).
Inheritance: IHttpHandler
Show file Open project: AArnott/dasblog

Public Methods

Method Description
ApproveItemHandler ( ) : System
ProcessRequest ( HttpContext context ) : void

Method Details

ApproveItemHandler() public method

public ApproveItemHandler ( ) : System
return System

ProcessRequest() public method

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