HttpPatchAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アクション メソッドが HTTP PATCH 要求だけを処理するよう制限するために使用する属性を表します。
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public sealed class HttpPatchAttribute : System.Web.Mvc.ActionMethodSelectorAttribute
type HttpPatchAttribute = class
inherit ActionMethodSelectorAttribute
Public NotInheritable Class HttpPatchAttribute
Inherits ActionMethodSelectorAttribute
- 継承
- 属性
コンストラクター
HttpPatchAttribute() |
HttpPatchAttribute クラスの新しいインスタンスを初期化します。 |
メソッド
IsValidForRequest(ControllerContext, MethodInfo) |
アクション メソッド要求が指定されたコントローラー コンテキストで有効かどうかを決定します。 |