This repository was archived by the owner on Nov 20, 2018. It is now read-only.
This repository was archived by the owner on Nov 20, 2018. It is now read-only.
Request.Headers.Keys is ambigous #103
Closed
Description
The following line in a controller:
var keys= this.Context.Request.Headers.Keys;
Produces:
Error 1 Ambiguity between 'System.Collections.Generic.IDictionary<string, string[]>.Keys' and 'Microsoft.AspNet.Http.IReadableStringCollection.Keys' c:\users\victorhu\documents\visual studio 14\Projects\WebApplication6\WebApplication6\Controllers\HomeController.cs 12 52 WebApplication6