Property this
this[string]
Get or sets the associated value from the collection as a single string.
public StringValues this[string key] { get; set; }
Parameters
key
stringThe header name.
Property Value
- StringValues
the associated value from the collection as a StringValues or StringValues.Empty if the key is not present.