Please make QueryFilterProvider.GetFilters virtual

It makes it simpler to use in derived classes. The scenario we are looking as is adding a query "companion" attribute and overriding GetFilters would make this much simpler.

Id #1488 | Release: None | Updated: Sat at 8:53 PM by HenrikN | Created: Sat at 8:53 PM by HenrikN

Support "this" context for ajax actions/forms

Copied from: https://aspnet.codeplex.com/workitem/10335, opened by: AaronLS In handlers such as OnSuccess for Ajax.BeginForm or Ajax.ActionLinkl, there is no way to determine the submitting eleme...

Id #1487 | Release: None | Updated: Sat at 7:46 PM by bamba | Created: Sat at 5:48 PM by yishaigalatzer

Support HTML optgroup in DropDownList

HTML has an optgroup tag that can be used in a select element; this is supported in all major browsers. Until now, the ASP.NET DropDownList offers no support for this. The way I see it, there are...

Id #1486 | Release: None | Updated: Sat at 5:44 PM by yishaigalatzer | Created: Sat at 5:44 PM by yishaigalatzer

Remove no-arg constructors for Exception*Context

We think the no-arg constructors on ExceptionHandlerContext and ExceptionLoggerContext are a little misleading. We could add constructors that take the minimum properties (exception/catch block) an...

Id #1485 | Release: v5.1 RTM | Updated: Sat at 2:04 AM by nowakra | Created: Sat at 2:04 AM by nowakra

[HelpPage]Null ref exception when using UriPathExtensionMapping

Scenario: I am trying to use UriPathExtensionMapping in my app so that I can request response in json or xml by using uri rather than accept header when i am using a browser. Issue: Help page ...

Id #1484 | Release: v5.1 RTM | Updated: Sat at 1:08 AM by yishaigalatzer | Created: Fri at 10:25 PM by kichalla

Support SingleResult<T>and other constructs in Core web API

We would like to consider adding support for: Delta<T> SingleResult<T> PageResult<T> to Core Web API. Currently these exist in OData only. When we do that we should also fix help page scen...

Id #1483 | Release: vNext | Updated: Fri at 7:39 PM by yishaigalatzer | Created: Fri at 7:36 PM by yishaigalatzer

Publishing Microsoft.AspNet.WebApi.Client fails on symbolsource

Publishing the Microsoft.AspNet.WebApi.Client package to symbol source fails with the following error: Pushing Microsoft.AspNet.WebApi.Client 5.0.0-beta2 to the symbol server (http://nuget.gw.s...

Id #1482 | Release: v5.1 RTM | Updated: Fri at 9:20 PM by kamehrot | Created: Fri at 7:41 AM by kamehrot

SampleGeneration in HelpPage not working for PageResult<T>

On the following page it's described that for non-OData formats it is possible to support next-page links and inline count, by wrapping the query results in a PageResult<T> object. http://www.asp...

Id #1480 | Release: vNext | Updated: Sat at 12:27 AM by yishaigalatzer | Created: Thu at 2:50 PM by SjorsG

Help page font flickers on navigating to service url or help page home

I have seen this happening on and off. You can find the repro url here - \bpdfiles01\CommonShare\kirthik\HelpPageIssue1.wmv

Id #1479 | Release: v5.1 RTM | Updated: Fri at 10:40 PM by dougbu | Created: Thu at 1:13 AM by kirthik

Use custom ApiDescriptionComparer with ApiExplorer

Code in https://aspnetwebstack.codeplex.com/SourceControl/latest#src/System.Web.Http/Description/ApiExplorer.cs removes all duplicates based on HTTP method + path This is not sometimes the desire...

Id #1478 | Release: vNext | Updated: Thu at 11:25 PM by yishaigalatzer | Created: Thu at 1:03 AM by Aarne