Base page for mobile pages, runs on top of jQuery mobile.

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

Syntax

C#
public class BaseMobilePage : BasePage
Visual Basic
Public Class BaseMobilePage
	Inherits BasePage
Visual C++
public ref class BaseMobilePage : public BasePage
F#
type BaseMobilePage =  
    class
        inherit BasePage
    end

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI..::..TemplateControl
      System.Web.UI..::..Page
        PageBase
          MonoSoftware.MonoX..::..BasePage
            MonoSoftware.MonoX.Mobile..::..BaseMobilePage
              MonoSoftware.MonoX.Mobile..::..ActivationEmailRecovery
              MonoSoftware.MonoX.Mobile..::..Blog
              MonoSoftware.MonoX.Mobile..::..Content
              MonoSoftware.MonoX.Mobile..::..Default
              MonoSoftware.MonoX.Mobile..::..Friends
              MonoSoftware.MonoX.Mobile..::..Login
              MonoSoftware.MonoX.Mobile..::..PasswordRecovery
              MonoSoftware.MonoX.Mobile..::..Register
              MonoSoftware.MonoX.Mobile..::..UserProfile
              MonoSoftware.MonoX.Mobile..::..Wall

See Also