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