Quantcast
Channel: ASP.NET MVC / Web API / Web Pages
Browsing all 7925 articles
Browse latest View live
↧

Edited Issue: ApiExplorer not providing descriptions for route parameters not...

For the following ValuesController and default Web API route, the help page is getting generated as expected.public class ValuesController : ApiController{// GET api/values public...

View Article


New Post: Feature: Conversational session

I would like to implement a new feature for asp.net mvc called "conversational session". What is a conversational session? For example, you have a edit page and you want to display this page multiple...

View Article


Edited Issue: Make IActionMethodSelector public - AjaxOnlyAttribute [25]

Currently, Web API contains IActionMethodSelector but unfortunately it's internal. So, you cannot use action method selector or action name selector in Web API. But you can easily create AjaxOnly,...

View Article

Edited Issue: Consider enforcing data annotation attributes on action...

If an empty request is sent to the action below, the parameter "p" is null, and there are no model errors, since [Required] (and I assume other Data Annotation attributes) are not enforced for action...

View Article

Edited Issue: Delay loading Json.NET type for JsonMediaTypeFormatter [149]

Currently Json.NET is always loaded even if the JSON formatter is removed from the formatter collection:// Setup server configuration var baseAddress = "http://localhost:8080/";// Json.NET gets loaded...

View Article


Closed Issue: Provide support for specifying required action parameter from...

Currently the [Required] attribute can be used on properties but not on the type itself or on the parameter. So when sending a request with empty body to the POST action below, the ModelState.IsValid...

View Article

Commented Issue: DependencyScope is disposed before the HttpControllerTracer...

### Facts - I am using AutoFac as IoC container - I enabled tracing with my custom tracer. - During the trace operation, I try to get the `DependencyScope` through request.Properties collection.###...

View Article

Edited Issue: Submit request to HttpServer in MessageHandler cause failure...

Check out the attach sample. It is built based on Brad's batching sample: http://bradwilson.typepad.com/blog/2012/06/batching-handler-for-web-api.htmlOne customized message handler is added to the...

View Article


Edited Issue: Make the ApiControllerActionSelector more extensible [277]

The goal is to have the default action selector (ApiControllerActionSelector) expose some hooks or properties so that it's easier to customize.

View Article


Edited Issue: DependencyScope is disposed before the HttpControllerTracer [768]

### Facts - I am using AutoFac as IoC container - I enabled tracing with my custom tracer. - During the trace operation, I try to get the `DependencyScope` through request.Properties collection.###...

View Article

Edited Issue: Make it possible to replace the HttpControllerRouteHandler [715]

I have a requirement which requires me to provide a custom IHttpAsyncHandler but it's nearly impossible to safely replace the HttpControllerRouteHandler (as this is the one who provides the...

View Article

Commented Issue: Make it possible to replace the HttpControllerRouteHandler...

I have a requirement which requires me to provide a custom IHttpAsyncHandler but it's nearly impossible to safely replace the HttpControllerRouteHandler (as this is the one who provides the...

View Article

Closed Feature: Support OutputCache for web api [625]

This is a high demanded feature for web api users. It's better to make it to be a built in feature or a nuget package.Currently, there is no official sample code, blog about it. The most popular...

View Article


New Post: OAuthWebSecurity tightly coupled with ExtendedMembershipProvider

Recently, I wanted to integrate the external provider logins provided by the OAuthWebSecurity class with a project that didn't use a SimpleMembershipProvider. I soon found that the...

View Article

Commented Issue: MVC areas do not support RouteCollection.LowercaseUrls [685]

See http://stackoverflow.com/questions/13271048/net-4-5-mvc-routecollection-lowercaseurls-breaks-when-using-area for full details.It appears that this is caused by there being multiple instance of...

View Article


Created Issue: Test...

The test ConventionsHelpersTests.GetUriRepresentationForValue_Works verifies the DateTimeOffset representation using the value "datetimeoffset'1600-12-31T16:00:00-08:00'" which will only work if the...

View Article

Created Issue: Simple membership provider tests fail [867]

The PreApplicationStartCodeTest methods StartInitializesSimpleMembershipByDefault and StartDoesNotInitializeSimpleMembershipWhenDisabled fail when additional membership providers are defined in the...

View Article


Commented Issue: Simple membership provider tests fail [867]

The PreApplicationStartCodeTest methods StartInitializesSimpleMembershipByDefault and StartDoesNotInitializeSimpleMembershipWhenDisabled fail when additional membership providers are defined in the...

View Article

New Comment on "Roadmap"

Now is february, 24th, 2013. Could you please give us an update on your roadmap and future plans?

View Article

Commented Issue: Test...

The test ConventionsHelpersTests.GetUriRepresentationForValue_Works verifies the DateTimeOffset representation using the value "datetimeoffset'1600-12-31T16:00:00-08:00'" which will only work if the...

View Article
Browsing all 7925 articles
Browse latest View live


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