RedirectingResponse.AsActionResult() no longer exist, what can I replace that with for DotNetOpenAut

Posted by PlayKid on Stack Overflow See other posts from Stack Overflow or by PlayKid
Published on 2010-06-10T10:19:19Z Indexed on 2010/06/10 10:22 UTC
Read the original article Hit count: 345

Filed under:
|
|
|

Hi there,

I was trying to replicate what Rick is doing here for OpenID implementation: http://www.west-wind.com/weblog/posts/899303.aspx

However, when I get to this part:

return req.RedirectingResponse.AsActionResult();

Then I cannot continue, as AsActionResult is no longer exists, is there any replacement of this?

Thanks alot

© Stack Overflow or respective owner

Related posts about c#

Related posts about mvc