Edited Feature: Decouple attribute routing from attributes [1464]
Attribute routing (or rather, direct routing) shouldn't necessarily be tied to attributes. Just like filter providers can be used to get filters from other places, the same should be true for attribute...
View ArticleSource code checked in, #8044bfbfc610bdbe5bf82b6976ac669d4e92dd4a
fix https://aspnetwebstack.codeplex.com/workitem/1472 Step II: Rename GenerationRoute to LinkGenerationRoute
View ArticleEdited Issue: GenerationRoute does not return the same values as innerRoute...
Hi,properties (_RouteTemplate_, _Defaults_, _Constraints_, _DataTokens_ and _Handler_) of the __GenerationRoute__ from System.Web.Http.Routing should return the same values as innerRoute. The...
View ArticleCommented Issue: GenerationRoute does not return the same values as...
Hi,properties (_RouteTemplate_, _Defaults_, _Constraints_, _DataTokens_ and _Handler_) of the __GenerationRoute__ from System.Web.Http.Routing should return the same values as innerRoute. The...
View ArticleEdited Issue: GenerationRoute does not return the same values as innerRoute...
Hi,properties (_RouteTemplate_, _Defaults_, _Constraints_, _DataTokens_ and _Handler_) of the __GenerationRoute__ from System.Web.Http.Routing should return the same values as innerRoute. The...
View ArticleSource code checked in, #9e38ada1750c490a6bd53fac7a4d4709188b00ca
Incorporate code review feedback.
View ArticleCreated Unassigned: Razor Parser: Dot inserting into Code block is rejected...
__How to Reproduce:__ In a new .cshtml write out:```@DateTime.Now```Insert a period ('.') after DateTime. You will see C# intellisense appear but attempting to select, commit via tab, enter, '.' etc....
View ArticleEdited Issue: Inserting '.' into code block results in faulty intellisense....
__How to Reproduce:__ In a new .cshtml write out:```@DateTime.Now```Insert a period ('.') after DateTime. You will see C# intellisense appear but attempting to select, commit via tab, enter, '.' etc....
View ArticleReleased: v5.1 Preview (Dec 09, 2013)
Includes ASP.NET MVC 5.1, Web API 2.1, and Web Pages 3.1 preview release. This was released marked as RC, we are keeping the preview name to keep the issue query valid.
View ArticleUpdated Release: v5.1 Preview (Dec 09, 2013)
Includes ASP.NET MVC 5.1, Web API 2.1, and Web Pages 3.1 preview release.This was released marked as RC, we are keeping the preview name to keep the issue query valid.
View ArticleCommented 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 ArticleReviewed: v5.1 Preview (十二月 09, 2013)
Rated 5 Stars (out of 5) - 很好,看到了EnumDropListFor扩展,正想找这个,我自己写的有一点bug
View ArticleReviewed: v5.1 Preview (十二月 09, 2013)
Rated 5 Stars (out of 5) - 很好,看到了EnumDropDownListFor扩展,正想找这个,我自己写的有一点bug
View ArticleCreated Unassigned: Child action OutputCache can not be disabled with...
MVC 5.NET 4.5.1Using OutputCache on child action I can not force MVC to bypass it using web.config:```<system.web> <caching> <outputCache enableOutputCache="false"...
View ArticleCreated Unassigned: FromUri binding return empty error messages [1493]
I'm using the FromUri attribute to bind query string parameters to a custom model in a Web Api application.There are 2 scenarios where I found the error message returned by the ApiController's...
View ArticleReviewed: v5.0 RTM (дек 10, 2013)
Rated 5 Stars (out of 5) - Great. Thanks a lot. Already using in our projects!
View ArticleCommented Feature: Support ComplexTypeAttribute, AssociationAttribute,...
The current model builder doesn't support classes annotated with the ComplexType, AssociationLink, ConcurrencyCheck or Timestamp attributes in System.ComponentModel.DataAnotations.Supporting this...
View Article