Table of Contents

Constructor RoutePostAttribute

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

RoutePostAttribute(string)

Creates an new RoutePostAttribute attribute instance with given path.

public RoutePostAttribute(string path)

Parameters

path string

The POST route path.

RoutePostAttribute()

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

public RoutePostAttribute()