NSUserActivity.WebPageUrl Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.