HttpMethods.IsPut(String) Method

Definition

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

public:
 static bool IsPut(System::String ^ method);
public static bool IsPut (string method);
static member IsPut : string -> bool
Public Shared Function IsPut (method As String) As Boolean

Parameters

method
String

The HTTP request method.

Returns

true if the method is PUT; otherwise, false.

Applies to