ResponseExtensions.SetStatus Method
Include Protected Members
Include Inherited Members
Sets the HTTP status code of an HTTP response.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
SetStatus(HttpResponseBase, Int32) | Sets the HTTP status code of an HTTP response using the specified integer value. | |
SetStatus(HttpResponseBase, HttpStatusCode) | Sets the HTTP status code of an HTTP response using the specified HTTP status code enumeration value. |
Top