Edited Feature: Support "this" context for ajax actions/forms [1487]
Copied from: https://aspnet.codeplex.com/workitem/10335, opened by: AaronLSIn handlers such as OnSuccess for Ajax.BeginForm or Ajax.ActionLinkl, there is no way to determine the submitting element....
View ArticleCreated Unassigned: MVC - Difficult to implement 404 Custom Error Page...
Porting from https://aspnet.codeplex.com/workitem/10131:Implementing a custom 404 error page within ASP.NET MVC is difficult and error prone Here are some examples...
View ArticleCreated Unassigned: Setting WebGrid PageIndex throws ArgumentOutOfRange...
Ported from https://aspnet.codeplex.com/workitem/10352This is a minor one, but I thought that I would put it in since I have it in my head.The following code throws an ArgumentOutOfRangeException with...
View ArticleCreated Unassigned: MVC3 POST Model Reflection [1510]
I think we have a dup of this in here but can't find it right now so porting it so we don't lose the bug.https://aspnet.codeplex.com/workitem/10127the model properties then the model is not created....
View ArticleEdited Feature: Support "this" context for ajax actions/forms [1487]
Copied from: https://aspnet.codeplex.com/workitem/10335, opened by: AaronLSIn handlers such as OnSuccess for Ajax.BeginForm or Ajax.ActionLinkl, there is no way to determine the submitting element....
View ArticleEdited Feature: IHttpActionResult should be recognized dynamically (not based...
I made the following action:```public object GetEntity(Guid id) { var entity = _entityRepository.Get(id); if (entity == null) return NotFound(); return entity;}```If I call it with wrong Guid, I get an...
View ArticleCommented Feature: IHttpActionResult should be recognized dynamically (not...
I made the following action:```public object GetEntity(Guid id) { var entity = _entityRepository.Get(id); if (entity == null) return NotFound(); return entity;}```If I call it with wrong Guid, I get an...
View ArticleClosed Task: Refactor attribute routing extensibility to allow decoupling...
Currently, some of the attribute routing extensibility points use names that make more sense for other extensibility points we'd like to introduce (around decoupling attribute routing from attributes;...
View ArticleCommented Feature: Razor parser fails if tags balanced outside same code...
Porting from https://aspnet.codeplex.com/workitem/8641:The razor parser checks HTML tags to assure they are balanced. This seems like a nice thing to do except it does this check only within the...
View ArticleEdited Unassigned: Using Resource File Error Messages Fails With Futures Data...
Porting from https://aspnet.codeplex.com/workitem/8175:The additional data annotations attributes included in MVC 3 Futures (CreditCard, EmailAddress, FileExtension, Url) do not work when using a...
View ArticleEdited Unassigned: Using Resource File Error Messages Fails With Data...
Porting from https://aspnet.codeplex.com/workitem/8175:The additional data annotations attributes included in MVC 3 Futures (CreditCard, EmailAddress, FileExtension, Url) do not work when using a...
View ArticleClosed Unassigned: ASP.NET MVC - Id, IdFor, and IdForModel Generate Incorrect...
Ported from https://aspnet.codeplex.com/workitem/5888 (5 votes)When the name contains an indexer, the Id method in Microsoft.Web.Mvc.NameExtensions generates a different Id than the one generated by...
View ArticleCommented Issue: ValidateQuery: Method not found: 'Int32...
Here's the query that is generating this error in QueryableAttribute.ValidateQuery:<br /><br...
View ArticleCommented Unassigned: Possible Issue - Conflict between Cors in Web API &...
Just wanted to make everyone aware of a potential issue with a possible conflict between the CORS functionality in Web Api V2 & Microsoft.Owin.Cors (v 2.1 Pre-Release). I needed CORS functionality...
View ArticleEdited Issue: Route parameter validation should not occur when parameter is...
Ported from https://aspnet.codeplex.com/workitem/2370 (1 vote)When creating a route with optional parts, the validation is firing even when no argument is set. For example:...
View ArticleClosed Feature: Gaps in the URL generation API [1551]
Ported from https://aspnet.codeplex.com/workitem/1113 (3 votes)For consistency with Html.ActionLink<T> and Html.Form<T>, can we also have generic versions of Url.Action and...
View ArticleEdited Feature: Support attribute routing template syntax in standard routing...
Attribute routing introduced compact syntax for a bunch of common scenarios (optionality, constraints, default values, etc). We should support the same syntax for standard routing
View ArticleEdited Feature: Support attribute routing template syntax in standard routing...
Attribute routing introduced compact syntax for a bunch of common scenarios (optionality, constraints, default values, etc). We should support the same syntax for standard routing
View ArticleClosed Unassigned: Using Resource File Error Messages Fails With Data...
Porting from https://aspnet.codeplex.com/workitem/8175:The additional data annotations attributes included in MVC 3 Futures (CreditCard, EmailAddress, FileExtension, Url) do not work when using a...
View ArticleCreated Unassigned: StreamContent#ReadAsString is affected by stream position...
Calling ReadAsStreamAsync and then manipulating the resulting stream will change the data that's used by other ReadAs* methods on StreamContent. What's worse is that StreamContent does buffering, so...
View Article