C# 클래스 newtelligence.DasBlog.Web.Services.TimelineHandler

상속: IHttpHandler
파일 보기 프로젝트 열기: AArnott/dasblog

공개 메소드들

메소드 설명
ProcessRequest ( HttpContext context ) : void
TimelineHandler ( ) : System

비공개 메소드들

메소드 설명
StripAllTags ( string content ) : string
TruncateDotDotDot ( string content, int maxlen ) : string

메소드 상세

ProcessRequest() 공개 메소드

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
리턴 void

TimelineHandler() 공개 메소드

public TimelineHandler ( ) : System
리턴 System