Table of Contents

Constructor RoutePatchAttribute

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

RoutePatchAttribute(string)

Creates an new RoutePatchAttribute attribute instance with given path.

public RoutePatchAttribute(string path)

Parameters

path string

The PATCH route path.

RoutePatchAttribute()

Creates an new RoutePatchAttribute attribute instance with an root path (/).

public RoutePatchAttribute()