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

Inheritance: IHttpHandler
Afficher le fichier Open project: AArnott/dasblog

Méthodes publiques

Méthode Description
ProcessRequest ( HttpContext context ) : void
TimelineHandler ( ) : System

Private Methods

Méthode Description
StripAllTags ( string content ) : string
TruncateDotDotDot ( string content, int maxlen ) : string

Method Details

ProcessRequest() public méthode

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

TimelineHandler() public méthode

public TimelineHandler ( ) : System
Résultat System