SecureBlackbox 2020 iOS Edition

Questions / Feedback?

POSTBindingFormTemplate (property)

Contains the XHTML form template returned by the service provider.

Syntax

@property (nonatomic,readwrite,assign,getter=POSTBindingFormTemplate,setter=setPOSTBindingFormTemplate:) NSString* POSTBindingFormTemplate;
- (NSString*)POSTBindingFormTemplate;
- (void)setPOSTBindingFormTemplate:(NSString*)newPOSTBindingFormTemplate;
public var POSTBindingFormTemplate: String {
  get {...}
set {...} }

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 iOS Edition - Version 20.0 [Build 8166]