NSUserActivity.WebPageUrl Property
Definition
Gets or sets a URL that is used to resume the activity inside Safari when no suitable application is present.
[get: Foundation.Export("webpageURL", ObjCRuntime.ArgumentSemantic.Copy)]
[set: Foundation.Export("setWebpageURL:", ObjCRuntime.ArgumentSemantic.Copy)]
public virtual Foundation.NSUrl WebPageUrl { get; set; }
member this.WebPageUrl : Foundation.NSUrl with get, set
Property Value
- Attributes
Remarks
If the app developer does not fill RequiredUserInfoKeys with any keys, then the UserInfo dictionary will be empty when the activity is next restored.