Quantcast
Channel: ASPNETWebStack Issue Tracker Rss Feed
Browsing all 7215 articles
Browse latest View live
↧

Closed Issue: Change to Antiforgery Token makes HtmlHelper.AntiForgeryToken...

This change in MVC4 RC broke one of our unit tests. In our application, we created an extension method for HtmlHelper which gerneates our sign out link. Our sign out link consists of a form post with a...

View Article


Edited Feature: Dependency Injection Doesn't Work for Razor Layout Pages [216]

With the following BaseViewPage class:public abstract class BaseViewPage : WebViewPage {[Dependency] public IAuthorizationService Authorization { get; set; }}In a standard razor view (with @inherits...

View Article


Edited Issue: ModelMetadata lookup does not work correctly for complex types...

An example that showcases this:With a Blog model that has a Comment property, which itself is a Comment model with a Text property, compare the results of@Html.TextBoxFor(model =>...

View Article

Closed Issue: Unobtrusive validation doesn't work for Ajax response forms [1299]

The client-side-validation does not work for forms, included in a response of an _Ajax.ActionLink_ or _Ajax.BeginForm_, because the jQuery Validation does not parse the response HTML, which is appended...

View Article

Edited Issue: [MVC Attribute routing] MVC attribute routing should respect...

A method decorated with Ajax only and Attribute routed should respect the AjaxOnly property.

View Article


Edited Issue: MVC attribute routing should work together with action...

The current implementation of MVC attribute routing doesn't play well with action selection (different from how attribute routing works in Web API). Specifically, ActionMethodSelector supports...

View Article

Edited Feature: Async support for RenderAction/Action and...

Currently the trend is moving towards async every-where. So I think it will be great if there is a support for ActionAsync/RenderActionAsync and PartialAsync/RenderPartialAsync methods

View Article

Edited Feature: Add MVC HostAuthenticationFilter [1240]

We did this level of OWIN integration for Web API but not for MVC yet.

View Article


Edited Feature: Respect model metadata and model validation in html helper...

Hi,It would be nice if HtmlHelper control respect ModelMetadata and ModelValidation. I think about adding:* maxlength attribute in TextBox or TextArea if property has StringLengthAttribute* title...

View Article


Commented Feature: Dynamic views location [981]

Although you can add new view locations using the various format properties (ViewLocationFormats, PartialViewLocationFormats, etc.), there is no way to implement locations that vary on dynamic values...

View Article

Edited Issue: HtmlHelper.AttributeEncode doesn't support IHtmlString [1202]

There's an overload for HtmlHelper.AttributeEncode(object) that converts the input to a string, and then calls HtmlAttributeEncode -- this prevents correct processing of a pre-encoded object that...

View Article

Edited Issue: Display warning if data-ajax-update doesn't exist [1184]

When using an ajaxform, you can specify the ID of the target to update on return. However, if this target doesn't exist nothing happens and it fails silently. This can get hard to debug.I think a...

View Article

Edited Feature: Mvc attribute routing should provide a way to create custom...

__Scenario__:User would like to create domain-specific custom routes or add constraints to a route (_note_: not inline constraint) before its added to the route collection.__Issue__:Mvc attribute...

View Article


Edited Feature: Mvc attribute routing should provide a way to create custom...

__Scenario__:User would like to create domain-specific custom routes or add constraints to a route (_note_: not inline constraint) before its added to the route collection.__Issue__:Mvc attribute...

View Article

Edited Issue: FormUrlEncodedContent breaks on large values [1042]

Due to FormUrlEncodedContent's use of Uri.EscapeDataString() internally, it is unable to post values exceeding ~32k in length; Uri.EscapeDataString() is documented to throw UriFormatException if the...

View Article


Edited Issue: Provide a method to update the user of the form token for...

If you look at this SO thread: [AntiForgeryToken invalid after sign in](http://stackoverflow.com/questions/9096769/antiforgerytoken-invalid-after-sign-in)It seems to me that an official method, is...

View Article

Edited Feature: Option to not encode TagBuilder attributes [895]

By default `TagBuilder` calls `HtmlAttributeEncode` on all attributes. Sometimes we do not want to encode our attribute values and `TagBuilder` does not provide a facility to do this. Either everything...

View Article


Edited Issue: Better error message when can't construct model for Action. [892]

I've run across this a few times now. I add a model to an action and get a "No parameterless constructor defined for this object".This should only take a few seconds to fix in my code. However, the...

View Article

Edited Feature: Add support for "Server.Transfer" ("TransferToAction") [798]

Please add suppoort for changing the invoked MVC action method ( WITHOUT having to create a new http request, as RedirectToRouteResult does).I think it should be possible to change/forward/transfer the...

View Article

Commented Feature: Global error handler for Web API [1001]

If my Web API application is going to return an error to a client, I want to know about it.I want to set up something like ELMAH to notify me when the problem occurs, and I want full details of the...

View Article
Browsing all 7215 articles
Browse latest View live