URL (property)

The URL to post information to.

Syntax

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

Default Value

""

Remarks

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

This property must be set before calling the Submit method.

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