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

Inheritance: IHttpHandler
Show file Open project: AArnott/dasblog

Public Methods

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

Private Methods

Method Description
StripAllTags ( string content ) : string
TruncateDotDotDot ( string content, int maxlen ) : string

Method Details

ProcessRequest() public method

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

TimelineHandler() public method

public TimelineHandler ( ) : System
return System