C# 클래스 Ext.Net.MVC.Examples.ZipResult
파일 보기
프로젝트 열기: extnet/Ext.NET.Examples.MVC
공개 메소드들
메소드 |
설명 |
|
ExecuteResult ( ControllerContext context ) : void |
|
|
ZipResult ( List files, string fileName ) : System |
|
|
ZipResult ( string folder, string fileName ) : System |
|
|
보호된 메소드들
메소드 상세
protected CompressFolder ( string folder, int folderOffset ) : void |
folder |
string |
|
folderOffset |
int |
|
리턴 |
void |
|
public ExecuteResult ( ControllerContext context ) : void |
context |
ControllerContext |
|
리턴 |
void |
|
public ZipResult ( List files, string fileName ) : System |
files |
List |
|
fileName |
string |
|
리턴 |
System |
|
public ZipResult ( string folder, string fileName ) : System |
folder |
string |
|
fileName |
string |
|
리턴 |
System |
|