Packages | |
package | Resources |
Classes | |
class | ABTestingController |
class | CalendarController |
class | CalendarTeaserController |
class | CommentInputController |
class | FormController |
class | ImageGalleryController |
class | LoginController |
class | NavigationController |
class | NewsContainerController |
This controller returns a view that displays the item created via the management interface. More... | |
class | NewsListController |
class | PollController |
class | RedirectController |
class | RssAggregatorController |
class | RssFeedController |
class | SearchController |
class | SharedPagesController |
This controller will handle pages deriving from AbstractPage which are not defined by another controller [Controls(typeof(MyPage))]. The default behavior is to render a template with this pattern: "~/Views/SharedPages/{ContentTypeName}.aspx". More... | |
class | SharedPartsController |
This controller will handle parts deriving from AbstractItem which are not defined by another controller [Controls(typeof(MyPart))]. The default behavior is to render a template with this pattern: "~/Views/SharedParts/{ContentTypeName}.ascx". More... | |
class | SocialBookmarksController |
class | StartController |
class | TemplatesControllerBase-g |
Base class with default handling of index action and other useful helpers. More... | |
class | TrackingController |
class | UserRegistrationController |