NSUserActivity.WebPageUrl Property

Definition

Gets or sets a URL that is used to resume the activity inside Safari when no suitable application is present.

public virtual Foundation.NSUrl WebPageUrl { [Foundation.Export("webpageURL", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setWebpageURL:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.WebPageUrl : Foundation.NSUrl with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

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.

Applies to