C# Class ServiceStack.Common.Web.HtmlResult

Inheritance: IStreamWriter, IHasOptions
Datei anzeigen Open project: firstsee/ServiceStack

Public Methods

Method Description
HtmlResult ( ) : System.Collections.Generic
WriteTo ( Stream stream ) : void

Method Details

HtmlResult() public method

public HtmlResult ( ) : System.Collections.Generic
return System.Collections.Generic

WriteTo() public method

public WriteTo ( Stream stream ) : void
stream System.IO.Stream
return void