메소드 | 설명 | |
---|---|---|
ClearStartPageCache ( ) : void | ||
FingerPrint ( string rootRelativePath, string cdnPath = "" ) : string | ||
GetCategories ( ) : int>.Dictionary |
||
GetNextPage ( ) : string | ||
GetPagingUrl ( int move ) : string | ||
GetPosts ( int postsPerPage ) : IEnumerable |
||
GetPrevPage ( ) : string | ||
GetTags ( ) : List |
||
IsTopPost ( Post post ) : bool | ||
SaveFileToDisk ( byte bytes, string filename, string extension ) : string | ||
SetConditionalGetHeaders ( DateTime lastModified, HttpContextBase context ) : void | ||
ValidateToken ( HttpContext context ) : void |
메소드 | 설명 | |
---|---|---|
Site ( ) : System |
public static FingerPrint ( string rootRelativePath, string cdnPath = "" ) : string | ||
rootRelativePath | string | |
cdnPath | string | |
리턴 | string |
public static GetPosts ( int postsPerPage ) : IEnumerable |
||
postsPerPage | int | |
리턴 | IEnumerable |
public static SaveFileToDisk ( byte bytes, string filename, string extension ) : string | ||
bytes | byte | |
filename | string | |
extension | string | |
리턴 | string |
public static SetConditionalGetHeaders ( DateTime lastModified, HttpContextBase context ) : void | ||
lastModified | DateTime | |
context | HttpContextBase | |
리턴 | void |
public static ValidateToken ( HttpContext context ) : void | ||
context | HttpContext | |
리턴 | void |