1

Closed

Make FiftyOne.Foundation.Mobile.Redirection.RedirectModule.IsFirstTime method public?

description

If this method was public then I could use it to do custom redirection in my project like this:
 
If Request.Browser.IsMobileDevice = True Then
                    If FiftyOne.Foundation.Mobile.Redirection.RedirectModule.IsFirstTime(HttpContext.Current)  Then
                        Response.Redirect(MobilePageURL)
                    End If
                End If
 
Is there a reason I should not be doing that? I have recompiled your dll and made the method public but I have not moved the code to a production environment.
Closed Jun 20, 2012 at 2:27 PM by jwrosewell
This change was made in 2.1.6.11.

comments

jwrosewell wrote Jun 11, 2012 at 12:05 PM

This change makes a lot of sense and will be incorporated into the next release which we expect to make later this week. Thank you for your feedback.