NSUrlComponents.Fragment Property

Definition

The fragment of the URL corresponding to RFC 1808. For instance, http://foo.bar/bat#baz returns 'baz'.

public virtual string Fragment { [Foundation.Export("fragment", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setFragment:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.Fragment : string with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to