Share via


Request.Useragent Property

Definition

Gets or sets the user agent header of the request.

[Newtonsoft.Json.JsonProperty(PropertyName="useragent")]
public string Useragent { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="useragent")>]
member this.Useragent : string with get, set
Public Property Useragent As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to