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
{{ message }}
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
Pressing Ctrl+K, Ctrl+I (show intellisense) on a MVC Redirect() method doesn't display whether it uses HTTP 307 or 302. This important detail should be readily visible.
Likewise, pressing F12 on Redirect and then F12 on its return type RedirectResult shows the RedirectResult class definition with no documentation whatsoever. At a minimum the HTTP response code (based on whether a permanent redirect) should be shown in the XML documentation.
The text was updated successfully, but these errors were encountered:
From dotnet/aspnetcore#1941
Pressing Ctrl+K, Ctrl+I (show intellisense) on a MVC
Redirect()
method doesn't display whether it uses HTTP 307 or 302. This important detail should be readily visible.Likewise, pressing F12 on
Redirect
and then F12 on its return typeRedirectResult
shows theRedirectResult
class definition with no documentation whatsoever. At a minimum the HTTP response code (based on whether a permanent redirect) should be shown in the XML documentation.The text was updated successfully, but these errors were encountered: