CacheKeyQueryStringActionParameters.QueryStringBehavior Property

Definition

Gets or sets caching behavior for the requests. Possible values include: 'Include', 'IncludeAll', 'Exclude', 'ExcludeAll'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to