C# Class Fu.Results.StringResult

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

Public Methods

Method Description
From ( IFuContext input, string text ) : ResultContext
Render ( IFuContext c, Stream output ) : long
StringResult ( string text ) : System.IO

Method Details

From() public static method

public static From ( IFuContext input, string text ) : ResultContext
input IFuContext
text string
return Fu.Contexts.ResultContext

Render() public method

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

StringResult() public method

public StringResult ( string text ) : System.IO
text string
return System.IO