encodedFragment

@get:JvmName(name = "encodedFragment")
val encodedFragment: String?

This URL's encoded fragment, like "abc" for http://host/#abc. This is null if the URL has no fragment.

URLencodedFragment()
http://host/null
http://host/#""
http://host/#abc"abc"
`http://host/#abcdef`