Property | Type | Description | |
---|---|---|---|
Create | System.Web.Mvc.ActionResult | ||
Delete | System.Web.Mvc.ActionResult | ||
GetFileName | string |
Method | Description | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
Delete ( string id ) : System.Web.Mvc.ActionResult | ||
Download ( string id ) : System.Web.Mvc.FileResult | ||
Index ( ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
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 Create ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Delete ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
return | System.Web.Mvc.ActionResult |
public Download ( string id ) : System.Web.Mvc.FileResult | ||
id | string | |
return | System.Web.Mvc.FileResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |