HttpMethods.IsDelete(String) Method

Definition

Returns a value that indicates if the HTTP request method is DELETE.

C#
public static bool IsDelete (string method);

Parameters

method
String

The HTTP request method.

Returns

true if the method is DELETE; otherwise, false.

Applies to

Product Versions
ASP.NET Core 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0