No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
GetFormField
GetQueryStringParameters
指定したキーに基づいて、クエリ文字列パラメーターを取得します。
GetQueryStringParameters(1)
序数 | 型 | 説明 | |
---|---|---|---|
1 | string | 必須 | 該当する���エリ文字列パラメーターを識別するために使用するキー値 |
このサンプルコードは、指定されたキーに基づいてクエリ文字列パラメーターを要求します。
Request.GetQueryStringParameter("foo");