Class RoutePatchAttribute
Represents a mapping to an HTTP PATCH route. This attribute is an shorthand from RouteAttribute.
[AttributeUsage(AttributeTargets.Method, AllowMultiple = true, Inherited = true)]
public sealed class RoutePatchAttribute : RouteAttribute
- Inheritance
-
RoutePatchAttribute
- Inherited Members
Constructors
- RoutePatchAttribute()
Creates an new RoutePatchAttribute attribute instance with an root path (/).
- RoutePatchAttribute(string)
Creates an new RoutePatchAttribute attribute instance with given path.