Skip to content

How to create a restricted dashboard controller for the Web Dashboard in an ASP.NET MVC application.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/asp-net-mvc-dashboard-restricted-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard for MVC - How to Create a Restricted Dashboard Controller

You can do one of the following to prevent inadvertent or unauthorized dashboard modifications and protect dashboards stored on a server:

The example shows how to create a restricted dashboard controller for the Web Dashboard in an ASP.NET MVC application.

Example Description

Inherit the DashboardController class to create a custom dashboard controller. Add its name (without a Controller prefix) to the following places:

In this example, the custom controller name is DefaultDashboard.

Files to Review

Documentation

More Examples

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)