프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Create | System.Web.Mvc.ActionResult | ||
Delete | System.Web.Mvc.ActionResult | ||
GetFileName | string |
메소드 | 설명 | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
Delete ( string id ) : System.Web.Mvc.ActionResult | ||
Download ( string id ) : System.Web.Mvc.FileResult | ||
Index ( ) : System.Web.Mvc.ActionResult |
메소드 | 설명 | |
---|---|---|
Create ( System.Web.Mvc.FormCollection form ) : System.Web.Mvc.ActionResult | ||
Delete ( string id, System.Web.Mvc.FormCollection form ) : System.Web.Mvc.ActionResult | ||
GetFileName ( string id ) : string |
public Delete ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
리턴 | System.Web.Mvc.ActionResult |
public Download ( string id ) : System.Web.Mvc.FileResult | ||
id | string | |
리턴 | System.Web.Mvc.FileResult |