HeaderParsingOptions.DefaultMaxCachedValuesPerHeader 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 default number of cached values per cacheable header.
[System.ComponentModel.DataAnnotations.Range(0, 2147483647)]
public int DefaultMaxCachedValuesPerHeader { get; set; }
[<System.ComponentModel.DataAnnotations.Range(0, 2147483647)>]
member this.DefaultMaxCachedValuesPerHeader : int with get, set
Public Property DefaultMaxCachedValuesPerHeader As Integer
Property Value
- Attributes
Remarks
Default value is 128 values. The number of cached values can be overridden for specific headers using the MaxCachedValuesPerHeader property.