C# 클래스 Dev2.Runtime.WebServer.Responses.DynamicFileResponseWriter

상속: IResponseWriter
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
DynamicFileResponseWriter ( string layoutFile, string contentPathToken, string contentPath ) : System.IO
Write ( WebServerContext context ) : void

보호된 메소드들

메소드 설명
ReadLayoutFile ( ) : string

비공개 메소드들

메소드 설명
GetContent ( ) : string

메소드 상세

DynamicFileResponseWriter() 공개 메소드

public DynamicFileResponseWriter ( string layoutFile, string contentPathToken, string contentPath ) : System.IO
layoutFile string
contentPathToken string
contentPath string
리턴 System.IO

ReadLayoutFile() 보호된 메소드

protected ReadLayoutFile ( ) : string
리턴 string

Write() 공개 메소드

public Write ( WebServerContext context ) : void
context WebServerContext
리턴 void