Share via


DataServiceRequestArgs.Slug Property

Definition

Gets or sets the value of the Slug header of the request message.

public string Slug { get; set; }
member this.Slug : string with get, set
Public Property Slug As String

Property Value

A value that is the Slug header of the request.

Remarks

Sets the Slug header to be used when sending the stream to the server. Note that no validation is done on the contents of this property. It is the responsibility of the user to format it correctly to be used as the value of an HTTP Slug header.

Applies to