Gets or sets the URL to startup image that is displayed while your web application launches.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
string StartupImageUrl { get; set; }
Visual Basic
Property StartupImageUrl As String
	Get
	Set

Field Value

The startup image URL.

See Also