C# Class Fu.Steps.Redirect

Afficher le fichier Open project: chakrit/fu-sharp

Méthodes publiques

Méthode Description
PermanentlyTo ( this _, Filter urlFilter ) : Continuation
PermanentlyTo ( this _, Reduce urlReducer ) : Continuation
PermanentlyTo ( this _, string target ) : Continuation
To ( this _, Filter urlFilter ) : Continuation
To ( this _, Reduce urlReducer ) : Continuation
To ( this _, string target ) : Continuation

Private Methods

Méthode Description
redirectStep ( Continuation header, Filter urlFilter ) : Continuation

Method Details

PermanentlyTo() public static méthode

public static PermanentlyTo ( this _, Filter urlFilter ) : Continuation
_ this
urlFilter Filter
Résultat Continuation

PermanentlyTo() public static méthode

public static PermanentlyTo ( this _, Reduce urlReducer ) : Continuation
_ this
urlReducer Reduce
Résultat Continuation

PermanentlyTo() public static méthode

public static PermanentlyTo ( this _, string target ) : Continuation
_ this
target string
Résultat Continuation

To() public static méthode

public static To ( this _, Filter urlFilter ) : Continuation
_ this
urlFilter Filter
Résultat Continuation

To() public static méthode

public static To ( this _, Reduce urlReducer ) : Continuation
_ this
urlReducer Reduce
Résultat Continuation

To() public static méthode

public static To ( this _, string target ) : Continuation
_ this
target string
Résultat Continuation