Edit this page

up.fragment :none
HTML selector

To make a server request without changing a fragment, use the :none target.

Note

Even with a target other than :none, the server can still decide to skip the render pass.

Example

<a href="/ping" up-target=":none">Ping server</a>