C# 클래스 Site, RazorPub

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

공개 메소드들

메소드 설명
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

메소드 상세

ClearStartPageCache() 공개 정적인 메소드

public static ClearStartPageCache ( ) : void
리턴 void

FingerPrint() 공개 정적인 메소드

public static FingerPrint ( string rootRelativePath, string cdnPath = "" ) : string
rootRelativePath string
cdnPath string
리턴 string

GetCategories() 공개 정적인 메소드

public static GetCategories ( ) : int>.Dictionary
리턴 int>.Dictionary

GetNextPage() 공개 정적인 메소드

public static GetNextPage ( ) : string
리턴 string

GetPagingUrl() 공개 정적인 메소드

public static GetPagingUrl ( int move ) : string
move int
리턴 string

GetPosts() 공개 정적인 메소드

public static GetPosts ( int postsPerPage ) : IEnumerable
postsPerPage int
리턴 IEnumerable

GetPrevPage() 공개 정적인 메소드

public static GetPrevPage ( ) : string
리턴 string

GetTags() 공개 정적인 메소드

public static GetTags ( ) : List
리턴 List

IsTopPost() 공개 정적인 메소드

public static IsTopPost ( Post post ) : bool
post Post
리턴 bool

SaveFileToDisk() 공개 정적인 메소드

public static SaveFileToDisk ( byte bytes, string filename, string extension ) : string
bytes byte
filename string
extension string
리턴 string

SetConditionalGetHeaders() 공개 정적인 메소드

public static SetConditionalGetHeaders ( DateTime lastModified, HttpContextBase context ) : void
lastModified DateTime
context HttpContextBase
리턴 void

ValidateToken() 공개 정적인 메소드

public static ValidateToken ( HttpContext context ) : void
context HttpContext
리턴 void