Skip to content

Multiple parameter placeholders

Choose a tag to compare

@g105b g105b released this 21 Oct 09:04
dde338b

This release is a bugfix that resolves an issue when multiple placeholders were present within the same attribute, using {curlyBrace} syntax.

The issue that has been resolved affected links with multiple paramters bound at once, for example, <a href="/user?id={userId}&type={userType}">Example</a>