메소드 | 설명 | |
---|---|---|
AppendHeader ( this writer, HttpResponseHeader header, string value ) : void | ||
ContentType ( this writer, FubuMVC.Core.Runtime.MimeType mimeType ) : void | ||
Write ( this writer, FubuMVC.Core.Runtime.MimeType mimeType, string contents ) : System.Threading.Tasks.Task | ||
WriteFile ( this writer, FubuMVC.Core.Runtime.MimeType contentType, string localFilePath, string displayName ) : void | ||
WriteHtml ( this writer, object content ) : System.Threading.Tasks.Task | ||
WriteHtml ( this writer, string content ) : System.Threading.Tasks.Task |
public static AppendHeader ( this writer, HttpResponseHeader header, string value ) : void | ||
writer | this | |
header | HttpResponseHeader | |
value | string | |
리턴 | void |
public static ContentType ( this writer, FubuMVC.Core.Runtime.MimeType mimeType ) : void | ||
writer | this | |
mimeType | FubuMVC.Core.Runtime.MimeType | |
리턴 | void |
public static Write ( this writer, FubuMVC.Core.Runtime.MimeType mimeType, string contents ) : System.Threading.Tasks.Task | ||
writer | this | |
mimeType | FubuMVC.Core.Runtime.MimeType | |
contents | string | |
리턴 | System.Threading.Tasks.Task |
public static WriteFile ( this writer, FubuMVC.Core.Runtime.MimeType contentType, string localFilePath, string displayName ) : void | ||
writer | this | |
contentType | FubuMVC.Core.Runtime.MimeType | |
localFilePath | string | |
displayName | string | |
리턴 | void |
public static WriteHtml ( this writer, object content ) : System.Threading.Tasks.Task | ||
writer | this | |
content | object | |
리턴 | System.Threading.Tasks.Task |
public static WriteHtml ( this writer, string content ) : System.Threading.Tasks.Task | ||
writer | this | |
content | string | |
리턴 | System.Threading.Tasks.Task |