@Url.Action("{action}", "{controller}", new { Area = "areaname" });
@Html.ActionLink("LinkName", "{action}", "{controller}", new { area = "{areaname}"}, new { @class = "btn btn-cool" })
public async Task<object> InsertRack(Rack RackInsert) { try { sql = " i...
No comments:
Post a Comment