AdaUrl.setHref

Sets the full URL (href).

struct AdaUrl
@nogc nothrow
bool
setHref
(
string input
)

Parameters

input string

The new URL string to set.

Return Value

Type: bool

true if successful, false otherwise.

Meta