url_path Property

The path for the URL.

Syntax

def get_url_path() -> str: ...
def set_url_path(value: str) -> None: ...

url_path = property(get_url_path, set_url_path)

Default Value

""

Remarks

This property contains the path for the URL. The URL path as determined by parsing the value set in the url property.

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