Back to product page

DefaultPage property


Holds default page name which will be shown when page is loaded.

Type

String

Syntax

  • C#
  • VB.NET
String DefaultPage {get; set; };

Property DefaultPage As String

Remarks

When specified, this property determines the default file that will be displayed when request to web server is made. Usually it contains index.html or index.htm. Defaults to index.html.

Platforms

Windows