URLPath (property)

The path for the URL.

Syntax

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

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