Method | Description | |
---|---|---|
AppendCookie ( FubuMVC.Core.Http.Cookies.Cookie cookie ) : void | ||
AppendHeader ( string key, string value ) : void | ||
Flush ( ) : void | ||
InMemoryOutputWriter ( ) : System | ||
OutputStream ( ) : Stream | ||
Record ( Func |
||
RedirectToUrl ( string url ) : void | ||
Replay ( IRecordedOutput output ) : void | ||
ToString ( ) : string | ||
Write ( string renderedOutput ) : Task | ||
Write ( string contentType, Task>.Func |
||
Write ( string contentType, string renderedOutput ) : Task | ||
WriteFile ( string contentType, string localFilePath, string displayName ) : void | ||
WriteResponseCode ( HttpStatusCode status, string description = null ) : void |
public AppendCookie ( FubuMVC.Core.Http.Cookies.Cookie cookie ) : void | ||
cookie | FubuMVC.Core.Http.Cookies.Cookie | |
return | void |
public AppendHeader ( string key, string value ) : void | ||
key | string | |
value | string | |
return | void |
public Replay ( IRecordedOutput output ) : void | ||
output | IRecordedOutput | |
return | void |
public Write ( string renderedOutput ) : Task | ||
renderedOutput | string | |
return | Task |
public Write ( string contentType, Task>.Func |
||
contentType | string | |
output | Task>.Func | |
return | Task |
public Write ( string contentType, string renderedOutput ) : Task | ||
contentType | string | |
renderedOutput | string | |
return | Task |
public WriteFile ( string contentType, string localFilePath, string displayName ) : void | ||
contentType | string | |
localFilePath | string | |
displayName | string | |
return | void |
public WriteResponseCode ( HttpStatusCode status, string description = null ) : void | ||
status | HttpStatusCode | |
description | string | |
return | void |