prefixRewrite property

String? prefixRewrite
getter/setter pair

Indicates that during redirection, the matched prefix (or path) should be swapped with this value.

This option allows URLs be dynamically created based on the request.

Implementation

core.String? prefixRewrite;