C# Class afung.MangaWeb3.Client.Settings

Datei anzeigen Open project: a-fung/MangaWeb3

Public Methods

Method Description
GetCurrentPage ( int mangaId ) : int
SetCurrentPage ( int mangaId, int currentPage ) : void

Private Methods

Method Description
GetCookie ( string cookieName ) : string
Load ( string key ) : string
Save ( string key, string value ) : void
SetCookie ( string cookieName, string value, int expire ) : void

Method Details

GetCurrentPage() public static method

public static GetCurrentPage ( int mangaId ) : int
mangaId int
return int

SetCurrentPage() public static method

public static SetCurrentPage ( int mangaId, int currentPage ) : void
mangaId int
currentPage int
return void