Method | Description | |
---|---|---|
CreateSlug ( string title ) : string | ||
ProcessRequest ( HttpContext context ) : void |
Method | Description | |
---|---|---|
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 |
public static CreateSlug ( string title ) : string | ||
title | string | |
return | string |
public ProcessRequest ( HttpContext context ) : void | ||
context | HttpContext | |
return | void |