AdaUrl.setHash

Sets the hash (fragment) component of the URL.

struct AdaUrl
@nogc nothrow
void
setHash
(
string input
)

Parameters

input string

The new hash string to set.

Meta