Advertisement
libdo

Untitled

Nov 3rd, 2017
6,715
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var FundraiserIDsadd = [];
  2. FundraiserIDsadd.push(19336);
  3. FundraiserIDsadd.push(15169);
  4. FundraiserIDsadd.push(15176);
  5.  
  6. window.location.href = '@Url.Action("ExportCSV", "Admin", new { FundraiserIDs = FundraiserIDsadd })';
  7.  
  8. public ActionResult ExportCSV(List<int> FundraiserIDs)
  9. {
  10. DO some stuff..
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement