C# Class Web.SessionLogCsvActionResult

Inheritance: System.Web.Mvc.FileResult
Mostra file Open project: daxko/Usablog

Public Methods

Method Description
SessionLogCsvActionResult ( string filename, IEnumerable logEntries ) : System

Protected Methods

Method Description
WriteFile ( System.Web.HttpResponseBase response ) : void

Private Methods

Method Description
NormalizeFilename ( string filename ) : string
NormalizeStringField ( string value ) : string

Method Details

SessionLogCsvActionResult() public method

public SessionLogCsvActionResult ( string filename, IEnumerable logEntries ) : System
filename string
logEntries IEnumerable
return System

WriteFile() protected method

protected WriteFile ( System.Web.HttpResponseBase response ) : void
response System.Web.HttpResponseBase
return void