HttpPatchAttribute Class¶
Inheritance Hierarchy¶
System.Object
System.Attribute
Microsoft.AspNet.Mvc.HttpMethodAttribute
Microsoft.AspNet.Mvc.HttpPatchAttribute
Syntax¶
public class HttpPatchAttribute : HttpMethodAttribute, _Attribute, IActionHttpMethodProvider, IRouteTemplateProvider
Constructors¶
-
Microsoft.AspNet.Mvc.HttpPatchAttribute.HttpPatchAttribute()
Creates a new [Microsoft.AspNet.Mvc.HttpPatchAttribute](Microsoft.AspNet.Mvc.HttpPatchAttribute.yml).
public HttpPatchAttribute()
-
HttpPatchAttribute
(System.String)¶ Creates a new [Microsoft.AspNet.Mvc.HttpPatchAttribute](Microsoft.AspNet.Mvc.HttpPatchAttribute.yml) with the given route template.
Arguments: - template (System.String) – The route template. May not be null.
public HttpPatchAttribute(string template)
-