Table of Contents

Method MapDelete

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

MapDelete(string, RouteAction)

Maps an DELETE route using the specified path and action function.

public void MapDelete(string path, RouteAction action)

Parameters

path string

The route path.

action RouteAction

The route function to be called after matched.