C# 클래스 GridExcelSpreadProcessing.Controllers.StreamController

상속: Controller
파일 보기 프로젝트 열기: telerik/kendo-examples-asp-net-mvc

공개 메소드들

메소드 설명
Download ( string title, string format ) : System.Web.Mvc.FileResult
Export ( string model, string data, string format, string title ) : System.Web.Mvc.JsonResult
Index ( ) : System.Web.Mvc.ActionResult

메소드 상세

Download() 공개 메소드

public Download ( string title, string format ) : System.Web.Mvc.FileResult
title string
format string
리턴 System.Web.Mvc.FileResult

Export() 공개 메소드

public Export ( string model, string data, string format, string title ) : System.Web.Mvc.JsonResult
model string
data string
format string
title string
리턴 System.Web.Mvc.JsonResult

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult