The HTTP Status code to use for this RedirectAction. Supported
values are: - MOVED_PERMANENTLY_DEFAULT, which is the default value
and corresponds to 301. - FOUND, which corresponds to 302. -
SEE_OTHER which corresponds to 303. - TEMPORARY_REDIRECT, which
corresponds to 307. In this case, the request method will be
retained. - PERMANENT_REDIRECT, which corresponds to 308. In this
case, the request method will be retained.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[],[]]