Table of Contents

Method Patch

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

Patch(string, RouteAction)

Creates a route that responds to HTTP PATCH requests.

public static Route Patch(string path, RouteAction action)

Parameters

path string

The URL path for the route.

action RouteAction

The action to be executed when the route is matched.

Returns

Route

A Route object configured for PATCH requests.