Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: string ToText(this HttpStatusCode)

Declaration

public static string ToText(
    this HttpStatusCode code
)

Summary

Returns a string representation of the specified HTTP status code.

Parameters

this HttpStatusCodecode The status code to return a string representation for.

Returns

A string representation of the specified HTTP status code.