Declaration
public static string ToText(
this HttpStatusCode code
)
Summary
Returns a string representation of the specified HTTP status code.
Parameters
this HttpStatusCode | code |
The status code to return a string representation for. |
Returns
A string representation of the specified HTTP status code.