The IWebApplicationMasterControl type exposes the following members.

Methods

  Name Description
Public method ResolveClientUrl
Returns a resolved URL that is suitable for use by the client.
(Inherited from IUrlResolutionService.)

Properties

  Name Description
Public property FullScreenCapable
Gets or sets a value indicating whether web application must minimize the status bar that is displayed at the top of the screen on iPhone OS. Enabling this property is useful when application must be shown in full-screen mode like a native application.
Public property HomeScreenImageUrl
Gets or sets the home screen image URL that will be used as favorite icon.
Public property StartupImageUrl
Gets or sets the URL to startup image that is displayed while your web application launches.
Public property StatusBarStyle
Gets or sets the status bar style for full-screen mode.

See Also