「ASP.NET MVC/セレクター」の版間の差分
imported>Administrator 編集の要約なし |
imported>Administrator |
||
| 25行目: | 25行目: | ||
== 主なセレクタークラス == | == 主なセレクタークラス == | ||
* [[ActionMethodSelectorAttribute クラス (System.Web.Mvc)]] | * [[ActionMethodSelectorAttribute クラス (System.Web.Mvc)]] | ||
** AcceptVerbsAttribute クラス (System.Web.Mvc)]] | ** [[AcceptVerbsAttribute クラス (System.Web.Mvc)]] | ||
** HttpDeleteAttribute クラス (System.Web.Mvc)]] | ** [[HttpDeleteAttribute クラス (System.Web.Mvc)]] | ||
** HttpGetAttribute クラス (System.Web.Mvc)]] | ** [[HttpGetAttribute クラス (System.Web.Mvc)]] | ||
** HttpPostAttribute クラス (System.Web.Mvc)]] | ** [[HttpPostAttribute クラス (System.Web.Mvc)]] | ||
** HttpPutAttribute クラス (System.Web.Mvc)]] | ** [[HttpPutAttribute クラス (System.Web.Mvc)]] | ||
** NonActionAttribute クラス (System.Web.Mvc)]] | ** [[NonActionAttribute クラス (System.Web.Mvc)]] | ||
* ActionNameSelectorAttribute クラス (System.Web.Mvc)]] | * [[ActionNameSelectorAttribute クラス (System.Web.Mvc)]] | ||
** ActionNameAttribute クラス (System.Web.Mvc)]] | ** [[ActionNameAttribute クラス (System.Web.Mvc)]] | ||
== セレクターの独自実装 == | == セレクターの独自実装 == | ||