Method | Description | |
---|---|---|
GetCurrentPage ( int mangaId ) : int | ||
SetCurrentPage ( int mangaId, int currentPage ) : void |
Method | Description | |
---|---|---|
GetCookie ( string cookieName ) : string | ||
Load ( string key ) : string | ||
Save ( string key, string value ) : void | ||
SetCookie ( string cookieName, string value, int expire ) : void |
public static GetCurrentPage ( int mangaId ) : int | ||
mangaId | int | |
return | int |
public static SetCurrentPage ( int mangaId, int currentPage ) : void | ||
mangaId | int | |
currentPage | int | |
return | void |