C# Class GridExcelSpreadProcessing.Controllers.StreamController

Inheritance: Controller
Afficher le fichier Open project: telerik/kendo-examples-asp-net-mvc

Méthodes publiques

Méthode Description
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

Method Details

Download() public méthode

public Download ( string title, string format ) : System.Web.Mvc.FileResult
title string
format string
Résultat System.Web.Mvc.FileResult

Export() public méthode

public Export ( string model, string data, string format, string title ) : System.Web.Mvc.JsonResult
model string
data string
format string
title string
Résultat System.Web.Mvc.JsonResult

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult