FubuMVC.Core.Caching.RecordedOutput.WriteFile C# (CSharp) Method

WriteFile() public method

public WriteFile ( string contentType, string localFilePath, string displayName ) : void
contentType string
localFilePath string
displayName string
return void
        public void WriteFile(string contentType, string localFilePath, string displayName)
        {
            output = WriteFileRecord.Create(_fileSystem, localFilePath, contentType, displayName);
        }