C# 클래스 PostHandler, RazorPub

상속: IHttpHandler
파일 보기 프로젝트 열기: RazorAnt/RazorPub 1 사용 예제들

공개 메소드들

메소드 설명
CreateSlug ( string title ) : string
ProcessRequest ( HttpContext context ) : void

비공개 메소드들

메소드 설명
ConvertToBytes ( string base64 ) : byte[]
EditPost ( string Slug, string title, string excerpt, string content, DateTime pubDate, bool isPublished, string categories ) : void
RemoveDiacritics ( string text ) : string
SaveFilesToDisk ( Post, post ) : void

메소드 상세

CreateSlug() 공개 정적인 메소드

public static CreateSlug ( string title ) : string
title string
리턴 string

ProcessRequest() 공개 메소드

public ProcessRequest ( HttpContext context ) : void
context HttpContext
리턴 void