InputElement.SetUrlValue
InputElement.SetUrlValue method
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”
public void SetUrlValue(Url value)
Parameter | Type | Description |
---|---|---|
value | Url | The url value. |
See Also
- class Url
- class InputElement
- namespace Aspose.Html.Forms
- assembly Aspose.HTML