Chain result type is used for Action Chaining which means that the source result invokes an entire other action, complete with it's own interceptor stack and result.
Redirect Action result type is used to redirect to another Action which means making your source Action, after it has successfully executed, result in a redirect.
As a rule, Action Chaining is not recommended. Redirect Result or the Redirect Action Result is preferred over Chain Result.
Tuesday, July 24, 2007
Subscribe to:
Post Comments (Atom)
3 comments:
Why is the redirect result preferred to the chain result
you can change your URL patterns at any point.
So its Strongly recommended
Look at this example for clear view
Post a Comment