C# Class Rebel.Cms.Web.Mvc.Controllers.BackOffice.BackOfficeController

Inheritance: Controller, INotificationController, IRequiresBackOfficeRequestContext
显示文件 Open project: RebelCMS/rebelcmsxu5

Protected Methods

Method Description
AddValidationErrorsNotification ( ) : void

Helper method to add the notification to the UI regarding validation errors found in model state

BackOfficeController ( IBackOfficeRequestContext requestContext ) : System

Method Details

AddValidationErrorsNotification() protected method

Helper method to add the notification to the UI regarding validation errors found in model state
protected AddValidationErrorsNotification ( ) : void
return void

BackOfficeController() protected method

protected BackOfficeController ( IBackOfficeRequestContext requestContext ) : System
requestContext IBackOfficeRequestContext
return System