Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

HTTP response code for Redirect not readily discoverable #5855

@pranavkm

Description

@pranavkm

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 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.

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions