Skip to content

Commit

Permalink
Update controller-methods-views.rst (#1502)
Browse files Browse the repository at this point in the history
  • Loading branch information
danroth27 authored and Rick-Anderson committed Jun 24, 2016
1 parent 821fa1c commit bdf66ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Run the application and navigate to the ``/Movies`` URL. Click an **Edit** link.
:language: HTML
:emphasize-lines: 1,6,10,17,24, 28

The ``<input>`` elements are in an ``HTML <form>`` element whose ``action`` attribute is set to post to the ``/Movies/Edit/id`` URL. The form data will be posted to the server when the ``Save`` button is clicked. The last line before the closing ``</form>`` element shows the hidden `XSRF <:doc:/security/anti-request-forgery>`__ token generated by the :doc:`Form Tag Helper </mvc/views/working-with-forms>`.
The ``<input>`` elements are in an ``HTML <form>`` element whose ``action`` attribute is set to post to the ``/Movies/Edit/id`` URL. The form data will be posted to the server when the ``Save`` button is clicked. The last line before the closing ``</form>`` element shows the hidden :doc:`XSRF </security/anti-request-forgery>` token generated by the :doc:`Form Tag Helper </mvc/views/working-with-forms>`.

Processing the POST Request
--------------------------------------
Expand Down

0 comments on commit bdf66ee

Please sign in to comment.