Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mjebrahimi authored Jul 14, 2024
1 parent 4bf0043 commit fd60409
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ Unobtrusive Ajax Helpers (like MVC5 **Ajax.BeignForm** and **Ajax.ActionLink**)

## Method Usages

| Method | MVC 5
| ------------ | -------
| `Html.AjaxBeginForm` | instead of `Ajax.BeginForm`
| Method | MVC 5
| ------------------------- | --------------------------------
| `Html.AjaxBeginForm` | instead of `Ajax.BeginForm`
| `Html.AjaxBeginRouteForm` | instead of `Ajax.BeginRouteForm`
| `Html.AjaxActionLink` | instead of `Ajax.ActionLink`
| `Html.AjaxRouteLink` | instead of `Ajax.RouteLink`
| `Html.AjaxActionLink` | instead of `Ajax.ActionLink`
| `Html.AjaxRouteLink` | instead of `Ajax.RouteLink`

## Get Started

Expand Down

0 comments on commit fd60409

Please sign in to comment.