CLSContext.UniversalLinkUrl 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 the link to the content of the context.
public virtual Foundation.NSUrl UniversalLinkUrl { [Foundation.Export("universalLinkURL", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setUniversalLinkURL:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.UniversalLinkUrl : Foundation.NSUrl with get, set
Property Value
The link to the content of the context.
- Attributes