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

Edited Issue: Consider adding an extension method for generating links to...

Currently, generating a link for a controller extending ApiController involves the following method call:```Url.Link("DefaultApi", new { controller="products" id = value.Id });```The user needs to...

View Article


Closed Issue: Consider adding an extension method for generating links to...

Currently, generating a link for a controller extending ApiController involves the following method call:```Url.Link("DefaultApi", new { controller="products" id = value.Id });```The user needs to...

View Article


Created Feature: Consider improving OData link generation with a fluent api...

When generating a link for an OData resource, the current experience is as follows.```Url.ODataLink( new EntitySetPathSegment("People"), new KeyValuePathSegment(key));```Consider improving the link...

View Article

Created Issue: [CORS] Open up EnableCorsAttribute [930]

OData protocol required a set of headers and expose a set of headers. If a user want to specify them on the attribute he/she has to list them all for every EnableCorsAttribute see issue 923. So write...

View Article

Created Issue: Url link is taking current request's route values when not...

Route:config.Routes.MapHttpRoute("DefaultApi", "api/{controller}/{id}", new { id = RouteParameter.Optional });Controller:public class ValuesController : ApiController{ public string Get(){ return...

View Article


Edited Issue: Url link generation is taking current request's route values...

Route:```config.Routes.MapHttpRoute("DefaultApi", "api/{controller}/{id}", new { id = RouteParameter.Optional });```Controller:```public class ValuesController : ApiController{ public string Get(){...

View Article

Created Issue:...

HttpControllerContext controllerContext = new HttpControllerContext() { Configuration = config };is the offending line.

View Article

Commented Issue: Make Verb and Action dispatch simplier in Web API [795]

Supporting both verb + action based dispatch in the same controller is a common scenario for web api, and we should make it simple. One option is to add an [Action] attribute to indicate one method is...

View Article


Created Issue: Razor V2 Bug:Url Resolution Fails if you have Html Comment...

During discussing a thread in ASP.NET MVC forums, found a bug in Razor V2 in which the auto url resolution(~) will not work if you have an html comment with quotation or apostrophe before the url...

View Article


Created Issue: web api self host: uncaught exception on non-user code [934]

I'm building an HTTP proxy using Web API with self-hosting:* the self-host server is configured with a delegating handler that forwards the requests to the origin-server using HttpClient, after some...

View Article

Commented Issue: web api self host: uncaught exception on non-user code [934]

I'm building an HTTP proxy using Web API with self-hosting:* the self-host server is configured with a delegating handler that forwards the requests to the origin-server using HttpClient, after some...

View Article

Created Issue: Allow WebApi to be easily disabled via NuGet [935]

The automatic bundling of WebApi has made it harder to be able to use MVC with an alternative Open Source Web or Service framework as we now have to include offline manual instructions in order to...

View Article

Commented Issue: web api self host: uncaught exception on non-user code [934]

I'm building an HTTP proxy using Web API with self-hosting:* the self-host server is configured with a delegating handler that forwards the requests to the origin-server using HttpClient, after some...

View Article


Commented Issue: Both traditional and verb-based routing cannot be used in...

Currently, Web Api Controllers cannot host a mixture of verb-based action methods and traditional action name routing.For example, consider the scenario of a "business entity" controller with CRUD...

View Article

Commented Issue: Both traditional and verb-based routing cannot be used in...

Currently, Web Api Controllers cannot host a mixture of verb-based action methods and traditional action name routing.For example, consider the scenario of a "business entity" controller with CRUD...

View Article


Commented Issue: Allow WebApi to be easily disabled via NuGet [935]

The automatic bundling of WebApi has made it harder to be able to use MVC with an alternative Open Source Web or Service framework as we now have to include offline manual instructions in order to...

View Article

Commented Issue: Allow WebApi to be easily disabled via NuGet [935]

The automatic bundling of WebApi has made it harder to be able to use MVC with an alternative Open Source Web or Service framework as we now have to include offline manual instructions in order to...

View Article


Commented Issue: Allow WebApi to be easily disabled via NuGet [935]

The automatic bundling of WebApi has made it harder to be able to use MVC with an alternative Open Source Web or Service framework as we now have to include offline manual instructions in order to...

View Article

Commented Issue: Allow WebApi to be easily disabled via NuGet [935]

The automatic bundling of WebApi has made it harder to be able to use MVC with an alternative Open Source Web or Service framework as we now have to include offline manual instructions in order to...

View Article

Commented Issue: Both traditional and verb-based routing cannot be used in...

Currently, Web Api Controllers cannot host a mixture of verb-based action methods and traditional action name routing.For example, consider the scenario of a "business entity" controller with CRUD...

View Article
Browsing all 7215 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>