C# Class Lemon.Core.Discover.HtmlPageNavigator

Afficher le fichier Open project: dream-365/lemon Class Usage Examples

Méthodes publiques

Méthode Description
GetAsync ( ) : Task
HtmlPageNavigator ( string uriFormat ) : System
NavigateTo ( int pageIndex ) : void
Next ( ) : void
Previous ( ) : void

Private Methods

Méthode Description
RetryGetStreamAsync ( Uri uri ) : Task

Method Details

GetAsync() public méthode

public GetAsync ( ) : Task
Résultat Task

HtmlPageNavigator() public méthode

public HtmlPageNavigator ( string uriFormat ) : System
uriFormat string
Résultat System

NavigateTo() public méthode

public NavigateTo ( int pageIndex ) : void
pageIndex int
Résultat void

Next() public méthode

public Next ( ) : void
Résultat void

Previous() public méthode

public Previous ( ) : void
Résultat void