Skip to content
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
@victorhurdugaci

Description

@victorhurdugaci

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions