Share via


NSUrlComponents.PercentEncodedHost Property

Definition

[Foundation.Advice("Use 'EncodedHost' instead.")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string? PercentEncodedHost { [Foundation.Export("percentEncodedHost", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setPercentEncodedHost:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<Foundation.Advice("Use 'EncodedHost' instead.")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("percentEncodedHost", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setPercentEncodedHost:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.PercentEncodedHost : string with get, set

Property Value

Attributes

Applies to