Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Remove RouteMiddleware

Tyler James Leonhardt edited this page Oct 26, 2017 · 1 revision

Remove-RouteMiddleware

SYNOPSIS

Removes the middleware.

SYNTAX

Remove-RouteMiddleware [-Name] <String>

DESCRIPTION

Removes the middleware from the list of middleware.

EXAMPLES

Remove-RouteMiddleware -Name JsonBodyParser

PARAMETERS

-Name

The name of the middleware you want to remove.

Clone this wiki locally