C# 클래스 Fu.Steps.Redirect

파일 보기 프로젝트 열기: chakrit/fu-sharp

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
redirectStep ( Continuation header, Filter urlFilter ) : Continuation

메소드 상세

PermanentlyTo() 공개 정적인 메소드

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

PermanentlyTo() 공개 정적인 메소드

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

PermanentlyTo() 공개 정적인 메소드

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

To() 공개 정적인 메소드

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

To() 공개 정적인 메소드

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

To() 공개 정적인 메소드

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