url Property

The URL to which information is posted.

Syntax

def get_url() -> str: ...
def set_url(value: str) -> None: ...

url = property(get_url, set_url)

Default Value

""

Remarks

This property specifies the web page to which to post the form data. It is the same as the value specified by '<FORM ACTION=...>' in HTML forms.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]