Request.State Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("state")]
[System.Text.Json.Serialization.JsonPropertyOrder(2)]
public string? State { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("state")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(2)>]
member this.State : string with get, set
Public Property State As String

Property Value

Attributes

Applies to