SecureBlackbox 2020 Python Edition

Questions / Feedback?

post_binding_form_template Property

Contains the XHTML form template returned by the service provider.

Syntax

def get_post_binding_form_template() -> str: ...
def set_post_binding_form_template(value: str) -> None: ...

post_binding_form_template = property(get_post_binding_form_template, set_post_binding_form_template)

Default Value

""

Remarks

Contains the XHTML form template returned by the service provider.

Use this property to access or set the template of a POST form provided by the service provider.

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