C# Класс FubuMVC.Core.Runtime.NormalState

Наследование: IOutputState
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

AppendHeader() публичный Метод

public AppendHeader ( string header, string value ) : void
header string
value string
Результат void

Flush() публичный Метод

public Flush ( ) : void
Результат void

NormalState() публичный Метод

public NormalState ( IHttpResponse response, IFileSystem fileSystem ) : System
response IHttpResponse
fileSystem IFileSystem
Результат System

Write() публичный Метод

public Write ( string renderedOutput ) : Task
renderedOutput string
Результат Task

Write() публичный Метод

public Write ( string contentType, Task>.Func action ) : Task
contentType string
action Task>.Func
Результат Task

Write() публичный Метод

public Write ( string contentType, string renderedOutput ) : Task
contentType string
renderedOutput string
Результат Task

WriteFile() публичный Метод

public WriteFile ( string contentType, string localFilePath, string displayName ) : void
contentType string
localFilePath string
displayName string
Результат void