WebsiteConfiguration constructor
WebsiteConfiguration(
- ErrorDocument? errorDocument,
- IndexDocument? indexDocument,
- RedirectAllRequestsTo? redirectAllRequestsTo,
- RoutingRule? routingRules,
Implementation
WebsiteConfiguration(
this.errorDocument,
this.indexDocument,
this.redirectAllRequestsTo,
this.routingRules,
);