Edit

Share via


ResponseCode.IsRedirectResponse(Int32) Method

Definition

Returns true if the response code is in the range of redirect responses; otherwise false.

public:
 static bool IsRedirectResponse(int responseCode);
public static bool IsRedirectResponse (int responseCode);
static member IsRedirectResponse : int -> bool
Public Shared Function IsRedirectResponse (responseCode As Integer) As Boolean

Parameters

responseCode
Int32

The response code to check.

Returns

Returns true if the response code is in the range of redirect responses; otherwise false.

Applies to