Interface IController
Interface representing a controller with enable and disable functionality.
Namespace: Serenity.Global.Application.Interfaces
Assembly: Serenity.Global.Application.dll
Syntax
public interface IController : IFoundationSettings
Methods
Disable()
Disables the controller.
Declaration
void Disable()
Enable()
Enables the controller.
Declaration
void Enable()