Search for actionresult returned 11 packages
Displaying results 1 - 11.
-
DoddleReport.Web
By:
Adds Web Reporting support to DoddleReport. MVC apps can use the new ActionResult called ReportResult. WebForms apps can use the WebReport IHttpHandler (.ashx)
-
Lib.Web.Mvc
By:
Lib.Web.Mvc is a library which contains some helper classes for ASP.NET MVC such as strongly typed jqGrid helper, XSL transformation HtmlHelper/ActionResult, FileResult with range request support, custom attributes and more.
-
SharpArch.Web.Mvc.Castle 2.0.4
By:
Provides MVC ModelBinder using Sharp Architecture's IRepository implementation registered with the IoC Container, a Castle Windsor MVC controller factory and Json.Net ActionResult
-
Web Image Cropping
By:
Asp.net Web Crop Image Control allows developers to build image cropping functionality easily on their projects. You can seamlessly crop images and yet provide your visitors the most user friendly web interface by simply doing drag and drop in your projects.
-
CacheableContentResult
By:
This ActionResult class for ASP.NET MVC allows you to respond binary contents which cntrolled web browser cache based on Etag, last modified date, and respond HTTP 304 Not Modified if cache hit./ この ASP.NET MVC ActionResult クラスは Etag および 最終更新日に基づくブラウザキャッシュで制御されるコンテンツを返すことができ、キャッシュにヒットする場合は HTTP 304 Not Modified を返します。
-
Machine.Specifications.Mvc
By:
Machine.Specifications.Mvc is a set of extensions for testing ASP.Net MVC specific types. It aims to ease the testing of ActionResult objects returned from MVC Controllers by providing an Machine.Specifications (MSpec) BDD syntax over these types. v1.0.2.0 - Added support for Partial View (ShouldBeAPartialView)
-
Resuming Action Results for ASP.NET MVC
By:
Resuming Action Results brings support for HTTP Byte Range requests to ASP.NET MVC transparently. The ActionResults included in this package mirror the familiar FileResult actions. This supports iOS device streaming and download managers.
-
Machine.Specifications.Mvc4
By:
Machine.Specifications.Mvc is a set of extensions for testing ASP.Net MVC specific types. It aims to ease the testing of ActionResult objects returned from MVC Controllers by providing an Machine.Specifications (MSpec) BDD syntax over these types. v1.0.2.0 - Added support for Partial View (ShouldBeAPartialView)
-
ActionParameterAlias
By:
Adds ability to support aliases for model binding. Set action parameter to "product" and place "productid" on querystring. i.e. public ActionResult Index([Alias("pid"]Product product) ... add global filter ... filters.Add(new AliasInitializer());
-
Go2.Architecture.Web.Mvc.Castle
By:
Provides MVC ModelBinder using Go2 Architecture's IRepository implementation registered with the IoC Container, a Castle Windsor MVC controller factory and Json.Net ActionResult
-
Storm.FluentMvc
By:
FluentMvc - A library for adding conventions to ASP.NET MVC using a fluent configuration API for registering filters and ActionResults