Table of Contents

Class RoutePutAttribute

Namespace
Sisk.Core.Routing
Assembly
Sisk.Core.dll

Represents a mapping to an HTTP PUT route. This attribute is an shorthand from RouteAttribute.

[AttributeUsage(AttributeTargets.Method, AllowMultiple = true, Inherited = true)]
public 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.