set_url_value method
set_url_value
This method is used to set Url
object as a value for input element. This method is valid if only the type of the input element is “url”
def set_url_value(self, value):
...
Parameter | Type | Description |
---|---|---|
value | Url | The url value. |
See Also
- module
aspose.html.forms
- class
InputElement
- class
Url