(Quick Reference)

fragment

Purpose

Sets the fragment part of the URL.

Examples

UriBuilder.build {
    base = "http://example.com"
    fragment = "configuration"
}

Description

Sets the fragment, which is used to automatically scroll down to the anchor with the same name automatically.