C# 클래스 FubuMVC.Core.Runtime.NormalState

상속: IOutputState
파일 보기 프로젝트 열기: DarthFubuMVC/fubumvc 1 사용 예제들

공개 메소드들

메소드 설명
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