Index - View
@model SendAFaxWeb.Models.Send
//view start here
Test Upload File
You can do it using the below code
@model PK.LifeStyles.Web.Models.Reimbursement //model declaration on top
Your code behind should look something like this
public ActionResult Save(Reimbursement data)
{
// your code
}
//just some random class
public class Reimbursement{
public string Destination { get; set; }
}