Table of Contents

Method MapPatch

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

MapPatch(string, RouteAction)

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

public void MapPatch(string path, RouteAction action)

Parameters

path string

The route path.

action RouteAction

The route function to be called after matched.