C# Class FubuMVC.Core.Runtime.NormalState

Inheritance: IOutputState
Afficher le fichier Open project: DarthFubuMVC/fubumvc Class Usage Examples

Méthodes publiques

Méthode Description
AppendHeader ( string header, string value ) : void
Flush ( ) : void
NormalState ( IHttpResponse response, IFileSystem fileSystem ) : System
Write ( string renderedOutput ) : Task
Write ( string contentType, Task>.Func action ) : Task
Write ( string contentType, string renderedOutput ) : Task
WriteFile ( string contentType, string localFilePath, string displayName ) : void

Method Details

AppendHeader() public méthode

public AppendHeader ( string header, string value ) : void
header string
value string
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

NormalState() public méthode

public NormalState ( IHttpResponse response, IFileSystem fileSystem ) : System
response IHttpResponse
fileSystem IFileSystem
Résultat System

Write() public méthode

public Write ( string renderedOutput ) : Task
renderedOutput string
Résultat Task

Write() public méthode

public Write ( string contentType, Task>.Func action ) : Task
contentType string
action Task>.Func
Résultat Task

Write() public méthode

public Write ( string contentType, string renderedOutput ) : Task
contentType string
renderedOutput string
Résultat Task

WriteFile() public méthode

public WriteFile ( string contentType, string localFilePath, string displayName ) : void
contentType string
localFilePath string
displayName string
Résultat void