C# Class Dev2.Runtime.WebServer.Responses.DynamicFileResponseWriter

Inheritance: IResponseWriter
显示文件 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
DynamicFileResponseWriter ( string layoutFile, string contentPathToken, string contentPath ) : System.IO
Write ( WebServerContext context ) : void

Protected Methods

Method Description
ReadLayoutFile ( ) : string

Private Methods

Method Description
GetContent ( ) : string

Method Details

DynamicFileResponseWriter() public method

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

ReadLayoutFile() protected method

protected ReadLayoutFile ( ) : string
return string

Write() public method

public Write ( WebServerContext context ) : void
context WebServerContext
return void