C# 클래스 MvcSampleBrowser_2012.Controllers.DocIOExtension

DocIO Extension
파일 보기 프로젝트 열기: syncfusion/aspnet-mvc-ej1-demos

공개 메소드들

메소드 설명
ExportAsActionResult ( IWordDocument document, string filename, FormatType formattype, HttpResponse response, HttpContentDisposition contentDisposition ) : MvcSampleBrowser_2012.Controllers.DocumentResult

Export the document as ActionResult, returns the DocResult

메소드 상세

ExportAsActionResult() 공개 정적인 메소드

Export the document as ActionResult, returns the DocResult
public static ExportAsActionResult ( IWordDocument document, string filename, FormatType formattype, HttpResponse response, HttpContentDisposition contentDisposition ) : MvcSampleBrowser_2012.Controllers.DocumentResult
document IWordDocument WordDocument to serialize
filename string Name of the File
formattype FormatType Format type of the document
response HttpResponse Response
contentDisposition HttpContentDisposition HttpContentDisposition
리턴 MvcSampleBrowser_2012.Controllers.DocumentResult