You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix http status code dead link
The link pointing to the Http Status Codes is dead and redirects back to microsoft.com so fixed it. Seems like it pointing to msdn2.microsoft.com which is dead so just used the msdn.microsoft.com subdomain instead.
Can't create a go.microsoft.com link so used the long link instead.
* Update xml/System.Web/HttpResponse.xml
Co-Authored-By: Maira Wenzel <[email protected]>
<summary>Gets or sets the HTTP status code of the output returned to the client.</summary>
2940
-
<value>An Integer representing the status of the HTTP output returned to the client. The default value is 200 (OK). For a listing of valid status codes, see [Http Status Codes](https://go.microsoft.com/fwlink/?LinkId=73157).</value>
2940
+
<value>An Integer representing the status of the HTTP output returned to the client. The default value is 200 (OK). For a listing of valid status codes, see <seehref="/windows/win32/winhttp/http-status-codes">HTTP Status Codes</see>.</value>
0 commit comments