Table of Contents

Class HttpPatchAttribute

Namespace
System.Web.Http
Assembly
System.Web.Http.dll

Represents a HTTP patch attribute.

[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
public sealed class HttpPatchAttribute : Attribute
Inheritance
HttpPatchAttribute
Inherited Members

Constructors

HttpPatchAttribute()

Initializes a new instance of the HttpPatchAttribute class.

public HttpPatchAttribute()

Properties

HttpMethods

Gets a collection of HTTP methods.

public Collection<HttpMethod> HttpMethods { get; }

Property Value

Collection<HttpMethod>

A collection of HTTP methods.