C# 클래스 ServiceStack.Common.Web.HtmlResult

상속: IStreamWriter, IHasOptions
파일 보기 프로젝트 열기: firstsee/ServiceStack

공개 메소드들

메소드 설명
HtmlResult ( ) : System.Collections.Generic
WriteTo ( Stream stream ) : void

메소드 상세

HtmlResult() 공개 메소드

public HtmlResult ( ) : System.Collections.Generic
리턴 System.Collections.Generic

WriteTo() 공개 메소드

public WriteTo ( Stream stream ) : void
stream System.IO.Stream
리턴 void