C# Class Fu.Steps.Redirect

Show file Open project: chakrit/fu-sharp

Public Methods

Method 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

Method Description
redirectStep ( Continuation header, Filter urlFilter ) : Continuation

Method Details

PermanentlyTo() public static method

public static PermanentlyTo ( this _, Filter urlFilter ) : Continuation
_ this
urlFilter Filter
return Continuation

PermanentlyTo() public static method

public static PermanentlyTo ( this _, Reduce urlReducer ) : Continuation
_ this
urlReducer Reduce
return Continuation

PermanentlyTo() public static method

public static PermanentlyTo ( this _, string target ) : Continuation
_ this
target string
return Continuation

To() public static method

public static To ( this _, Filter urlFilter ) : Continuation
_ this
urlFilter Filter
return Continuation

To() public static method

public static To ( this _, Reduce urlReducer ) : Continuation
_ this
urlReducer Reduce
return Continuation

To() public static method

public static To ( this _, string target ) : Continuation
_ this
target string
return Continuation