We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f29810 + 7ce3afe commit 9cae742Copy full SHA for 9cae742
reference/forms/types/options/method.rst.inc
@@ -8,12 +8,8 @@ method
8
9
このオプションでは、フォームのデータを送信するために使用されるHTTPメソッドを指定します。
10
その値は ``form`` 要素の ``method`` 属性として表示されます。
11
-また、 ``handleRequest()`` メソッドの中で送信後、フォームの送信を処理するかどうかを決定するために使用されています。
+また、送信後の ``handleRequest()`` メソッドの中で、フォームの送信をどう処理するかを決定するために使用されています。
12
可能な値は次のとおりです。
13
-This option specifies the HTTP method used to submit the form's data. Its
14
-value is rendered as the ``method`` attribute of the ``form`` element and is
15
-used to decide whether to process the form submission in the
16
-``handleRequest()`` method after submission. Possible values are:
17
18
* POST
19
* GET
0 commit comments