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

파일 보기 프로젝트 열기: DarthFubuMVC/fubumvc

공개 메소드들

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

메소드 상세

AppendHeader() 공개 정적인 메소드

public static AppendHeader ( this writer, HttpResponseHeader header, string value ) : void
writer this
header HttpResponseHeader
value string
리턴 void

ContentType() 공개 정적인 메소드

public static ContentType ( this writer, FubuMVC.Core.Runtime.MimeType mimeType ) : void
writer this
mimeType FubuMVC.Core.Runtime.MimeType
리턴 void

Write() 공개 정적인 메소드

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

WriteFile() 공개 정적인 메소드

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

WriteHtml() 공개 정적인 메소드

public static WriteHtml ( this writer, object content ) : System.Threading.Tasks.Task
writer this
content object
리턴 System.Threading.Tasks.Task

WriteHtml() 공개 정적인 메소드

public static WriteHtml ( this writer, string content ) : System.Threading.Tasks.Task
writer this
content string
리턴 System.Threading.Tasks.Task