Table of Contents

Method MapPost

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

MapPost(string, RouteAction)

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

public void MapPost(string path, RouteAction action)

Parameters

path string

The route path.

action RouteAction

The route function to be called after matched.