Table of Contents

Constructor RoutePutAttribute

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

RoutePutAttribute(string)

Creates an new RoutePutAttribute attribute instance with given path.

public RoutePutAttribute(string path)

Parameters

path string

The PUT route path.

RoutePutAttribute()

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

public RoutePutAttribute()