mainPageSuffix property

String? mainPageSuffix
getter/setter pair

If the requested object path is missing, the service will ensure the path has a trailing '/', append this suffix, and attempt to retrieve the resulting object.

This allows the creation of index.html objects to represent directory pages.

Implementation

core.String? mainPageSuffix;