| Type | Description |
|---|---|
BaseControl |
|
BaseController |
Base Controller implementation that holds UserState, ErrorDisplay objects that are preinitialized. |
BaseViewModel |
|
CompressContentAttribute |
Attribute that can be added to controller methods to force content to be GZip encoded if the client supports it |
DateControl |
Simple Implemnetation of a Date Control that uses ui.jquery's Date picker control. Very rudimentary Requires: jquery.js and ui.jquery.js loaded (which includes date picker) expects ui. themes in folder below scripts |
ErrorController |
|
ErrorDisplay |
An error display component that allows rich rendering of individual messages as well as validation error messages. Object should be passed in to view end rendered with |
ErrorViewModel |
|
HtmlHelperExtensions |
Application specific UrlHelper Extensions |
MvcHandlerSTA |
|
MvcHtmlUtils |
Set of generic MVC Html Helper utilities |
MvcRouteHandlerSTA |
|
PageEnvironment |
that can be used by Controls to access some common high level functionality |
PagingDetails |
Contains information about a paging setup |
UrlHelperExtensions |
Application specific UrlHelper Extensions |
UserState |
User information container that can easily 'serialize' to a string and back. Meant to hold basic logon information |
ViewRenderer |
that renders MVC views to a string using the standard MVC View Engine to render the view. Note: This class can only be used within MVC applications that have an active ControllerContext. |
ErrorDisplayTypes |