SecureBlackbox 2020 iOS Edition

Questions / Feedback?

POSTBindingBody (property)

Contains the form body.

Syntax

@property (nonatomic,readonly,assign,getter=POSTBindingBody) NSString* POSTBindingBody;
- (NSString*)POSTBindingBody;
public var POSTBindingBody: String {
  get {...}
}

Default Value

""

Remarks

Contains the form body.

Use this property to read or set the body of the form returned by the service provider.

This property is read-only.

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