In my project Button click action is not rendering as per the style provided So i tried two methods and both have screenshots attached.
1.<button type="submit" class = "btn btn-success">@Html.ActionLink("Save", "EmployeeRegistration",
"Home")</button>
2.<button type="submit" >@Html.ActionLink("Save", "EmployeeRegistration", "Home",new{@class = "btn
btn-success"})</button>
both have Style Issues

