HttpPatchAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an attribute that is used to restrict an action method so that the method handles only HTTP PATCH requests.
[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
- Inheritance
- Attributes
Constructors
HttpPatchAttribute() |
Initializes a new instance of the HttpPatchAttribute class. |
Methods
IsValidForRequest(ControllerContext, MethodInfo) |
Determines whether the action method request is valid for the specified controller context. |