3 implementations of Link
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpHeaders.Generated.cs (3)
2192StringValues IHeaderDictionary.Link 10371StringValues IHeaderDictionary.Link 16446StringValues IHeaderDictionary.Link
2 writes to Link
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
HeaderCollectionBenchmark.cs (1)
194headers.Link = "<https://www.gravatar.com/avatar/6ae816bfaad7bbc58b17fac49ef5cced?d=404&s=250>; rel=\"canonical\"";
ResponseHeaderCollectionBenchmark.cs (1)
157headers.Link = "<https://www.gravatar.com/avatar/6ae816bfaad7bbc58b17fac49ef5cced?d=404&s=250>; rel=\"canonical\"";
1 reference to Link
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
HeaderCollectionBenchmark.cs (1)
311value = headers.Link;