C# 클래스 Fu.Steps.Static

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

공개 메소드들

메소드 설명
File ( this _, Reduce filenameReducer ) : Continuation
File ( this _, Reduce filenameReducer, Filter contentTypeFilter ) : Continuation
File ( this _, Reduce filenameReducer, string contentType ) : Continuation
File ( this _, string filename ) : Continuation
Folder ( this _, string urlPrefix, string folder ) : Continuation
Folder ( this _, string urlPrefix, string folder, Continuation on404 ) : Continuation
Text ( this _, Reduce textReducer ) : Continuation
Text ( this _, string text ) : Continuation

메소드 상세

File() 공개 정적인 메소드

public static File ( this _, Reduce filenameReducer ) : Continuation
_ this
filenameReducer Reduce
리턴 Continuation

File() 공개 정적인 메소드

public static File ( this _, Reduce filenameReducer, Filter contentTypeFilter ) : Continuation
_ this
filenameReducer Reduce
contentTypeFilter Filter
리턴 Continuation

File() 공개 정적인 메소드

public static File ( this _, Reduce filenameReducer, string contentType ) : Continuation
_ this
filenameReducer Reduce
contentType string
리턴 Continuation

File() 공개 정적인 메소드

public static File ( this _, string filename ) : Continuation
_ this
filename string
리턴 Continuation

Folder() 공개 정적인 메소드

public static Folder ( this _, string urlPrefix, string folder ) : Continuation
_ this
urlPrefix string
folder string
리턴 Continuation

Folder() 공개 정적인 메소드

public static Folder ( this _, string urlPrefix, string folder, Continuation on404 ) : Continuation
_ this
urlPrefix string
folder string
on404 Continuation
리턴 Continuation

Text() 공개 정적인 메소드

public static Text ( this _, Reduce textReducer ) : Continuation
_ this
textReducer Reduce
리턴 Continuation

Text() 공개 정적인 메소드

public static Text ( this _, string text ) : Continuation
_ this
text string
리턴 Continuation