prabhu p

prabhu p

  • NA
  • 181
  • 109.7k

Regarding Error in MVC

Jan 11 2018 6:40 AM
 iam getting the foloowing error on MVC application
Error "A potentially dangerous Request.Path value was detected from the client (<)."
Scenrio
Clicking Delete link on web grid
Alert delete confirmation box  is displaying onclicking OK button Alert box . iam getting the above error
 
<a href="@Html.ActionLink("DeleteEquipmentdata", "HardwareInventory", new { id = item.EQUIP_ID },new { onclick = "return confirm('Are sure wants to delete?');" })"><i class="fa fa-trash" aria-hidden="true"></i>Delete</a> 
 
Please help on this
 

Answers (3)