Table of Contents

Constructor RouteGetAttribute

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

RouteGetAttribute(string)

Creates an new RouteGetAttribute attribute instance with given path.

public RouteGetAttribute(string path)

Parameters

path string

The GET route path.

RouteGetAttribute()

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

public RouteGetAttribute()