![]() |
VOOZH | about |
The url.href is an inbuilt application programming interface of class URL with in the url module which Gets and sets the serialized URL. Getting the value of the href property is equivalent to calling the url.toString() method.Setting the value of this property to a new value is equivalent to creating a new URL object using new URL(value). Each of the URL object's properties will be modified.
Syntax:
const url.href
Return value: It gets and sets the serialized URL.
Below programs illustrate the use of url.href Method:
Example 1:
Output:
Example 2:
Output:
Reference:
https://nodejs.org/api/url.html#url_url_href