C# Class Site, RazorPub

Afficher le fichier Open project: RazorAnt/RazorPub Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
Site ( ) : System

Method Details

ClearStartPageCache() public static méthode

public static ClearStartPageCache ( ) : void
Résultat void

FingerPrint() public static méthode

public static FingerPrint ( string rootRelativePath, string cdnPath = "" ) : string
rootRelativePath string
cdnPath string
Résultat string

GetCategories() public static méthode

public static GetCategories ( ) : int>.Dictionary
Résultat int>.Dictionary

GetNextPage() public static méthode

public static GetNextPage ( ) : string
Résultat string

GetPagingUrl() public static méthode

public static GetPagingUrl ( int move ) : string
move int
Résultat string

GetPosts() public static méthode

public static GetPosts ( int postsPerPage ) : IEnumerable
postsPerPage int
Résultat IEnumerable

GetPrevPage() public static méthode

public static GetPrevPage ( ) : string
Résultat string

GetTags() public static méthode

public static GetTags ( ) : List
Résultat List

IsTopPost() public static méthode

public static IsTopPost ( Post post ) : bool
post Post
Résultat bool

SaveFileToDisk() public static méthode

public static SaveFileToDisk ( byte bytes, string filename, string extension ) : string
bytes byte
filename string
extension string
Résultat string

SetConditionalGetHeaders() public static méthode

public static SetConditionalGetHeaders ( DateTime lastModified, HttpContextBase context ) : void
lastModified DateTime
context HttpContextBase
Résultat void

ValidateToken() public static méthode

public static ValidateToken ( HttpContext context ) : void
context HttpContext
Résultat void