C# 클래스 Fu.Results.CustomResult

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

공개 메소드들

메소드 설명
CustomResult ( string contentType, RenderDelegate renderAction ) : System.IO
Render ( IFuContext c, Stream output ) : long

메소드 상세

CustomResult() 공개 메소드

public CustomResult ( string contentType, RenderDelegate renderAction ) : System.IO
contentType string
renderAction RenderDelegate
리턴 System.IO

Render() 공개 메소드

public Render ( IFuContext c, Stream output ) : long
c IFuContext
output System.IO.Stream
리턴 long