Back to product page

AllowBrowsing property


Determines if folder browsing is allowed.

Type

Boolean

Syntax

  • C#
  • VB.NET
Boolean AllowBrowsing {get; set; };

Property AllowBrowsing As Boolean

Remarks

This property specifies if wodWebServer.NET will generate browseable list of files in a folder when client requests a valid directory, but where index.html does not exist. Clients will be able to navigate through files/folders and download them. wodWebServer.NET does not interfere in any way in directory listing - it just provides it as HTML table to the client, generating download URLs for each of them.

Platforms

Windows