C# 클래스 Ext.Net.MVC.Examples.ZipResult

상속: System.Web.Mvc.ActionResult
파일 보기 프로젝트 열기: extnet/Ext.NET.Examples.MVC

공개 메소드들

메소드 설명
ExecuteResult ( ControllerContext context ) : void
ZipResult ( List files, string fileName ) : System
ZipResult ( string folder, string fileName ) : System

보호된 메소드들

메소드 설명
CompressFolder ( string folder, int folderOffset ) : void

메소드 상세

CompressFolder() 보호된 메소드

protected CompressFolder ( string folder, int folderOffset ) : void
folder string
folderOffset int
리턴 void

ExecuteResult() 공개 메소드

public ExecuteResult ( ControllerContext context ) : void
context ControllerContext
리턴 void

ZipResult() 공개 메소드

public ZipResult ( List files, string fileName ) : System
files List
fileName string
리턴 System

ZipResult() 공개 메소드

public ZipResult ( string folder, string fileName ) : System
folder string
fileName string
리턴 System