Name | Description | |
---|---|---|
![]() ![]() | GetDesignerUrlForSession | Returns the URL to which a client needs to be redirected for loading the Ad-hoc Designer of the specified session. |
![]() ![]() | RegisterRoutes | Overloaded. Registers the custom MVC routes of the Ad-hoc Designer. This must be called before registering your own routes. |
![]() ![]() | Setup | Sets up the global configuration of the Ad-hoc Designer. This must be called before any Ad-hoc Designer is opened, usually during application startup. |
![]() ![]() | StartDebugMode | Enables the debug mode. In the debug debug more error details are displayed in the UI (e.g. stack traces) and the bundling & minification module is disabled. Please note that this also disables the bundling & minification in your own application if it is using the Microsoft.AspNet.Optimization library. |