-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
Pri3Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityarea-System.WebuntriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner
Description
In the following MS document page, for the RedirectPermanent method, default value seems to be true instead of false. I have tested it on my local machine and it is ending the response by default similar to Redirect method.
RedirectPermanent(String, Boolean)
true to terminate the response; otherwise false. The default is false.
Also, it requires to correct method documentation which show up in Visual Studio.
Metadata
Metadata
Assignees
Labels
Pri3Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityarea-System.WebuntriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner