Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ For runnable examples, refer to the [demos on implementing the editing approache
</model>
</schema>
<transport>
<read url=@Url.Action("Products_Create", "Home") />
<read url=@Url.Action("Products_Read", "Home") />
<update url=@Url.Action("Products_Update", "Home") />
<create url=@Url.Action("Products_Create", "Home") />
<destroy url=@Url.Action("Products_Destroy", "Home") />
Expand Down Expand Up @@ -386,7 +386,7 @@ When editing is performed, server validation is often needed. This section demon
</model>
</schema>
<transport>
<read url=@Url.Action("Products_Create", "Home") />
<read url=@Url.Action("Products_Read", "Home") />
<update url=@Url.Action("Products_Update", "Home") />
<create url=@Url.Action("Products_Create", "Home") />
<destroy url=@Url.Action("Products_Destroy", "Home") />
Expand Down