url Rewrite Action
Parameters
value
A url_rewrite_action
block as defined below. You may not have a url_rewrite_action
and a url_redirect_action
defined in the same actions
block.
suspend fun urlRewriteAction(argument: suspend FrontdoorRuleActionsUrlRewriteActionArgsBuilder.() -> Unit)
Parameters
argument
A url_rewrite_action
block as defined below. You may not have a url_rewrite_action
and a url_redirect_action
defined in the same actions
block.