href property
href property
Returns the Location object’s URL. Can be set, to navigate to the given URL.
Definition:
@property
def href(self):
...
@href.setter
def href(self, value):
...
See Also
- module
aspose.svg.window
- class
Location
Returns the Location object’s URL. Can be set, to navigate to the given URL.
@property
def href(self):
...
@href.setter
def href(self, value):
...
aspose.svg.window
Location