DataServiceRequestArgs.Slug 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 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.