StacLink.Merge Property

Definition

Indicates whether the client is expected to merge the body value into the current request body before following the link. This is only valid when the server is responding to a POST request. Default: false.

public bool? Merge { get; set; }
member this.Merge : Nullable<bool> with get, set
Public Property Merge As Nullable(Of Boolean)

Property Value

Applies to