Checks if the request is coming from the mobile client and perform the redirect if needed.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
protected virtual void CheckForMobileRedirect()
Visual Basic
Protected Overridable Sub CheckForMobileRedirect
Visual C++
protected:
virtual void CheckForMobileRedirect()
F#
abstract CheckForMobileRedirect : unit -> unit 
override CheckForMobileRedirect : unit -> unit 

See Also