Table of Contents

Class RoutePatchAttribute

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

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

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