C# Class Fu.Results.CustomResult

Inheritance: ResultBase
Show file Open project: chakrit/fu-sharp

Public Methods

Method Description
CustomResult ( string contentType, RenderDelegate renderAction ) : System.IO
Render ( IFuContext c, Stream output ) : long

Method Details

CustomResult() public method

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

Render() public method

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