Skip to main content
A newer version of this page is available. .
All docs
V21.2
.NET 5.0+
  • The page you are viewing does not exist in the .NET Framework 4.5.2+ platform documentation. This link will take you to the parent topic of the current section.
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

BlazorModificationsController Class

Inherits from the ModificationsController to implement ASP.NET Core Blazor specific behavior.

Namespace: DevExpress.ExpressApp.Blazor.SystemModule

Assembly: DevExpress.ExpressApp.Blazor.v21.2.dll

NuGet Package: DevExpress.ExpressApp.Blazor

Declaration

public class BlazorModificationsController :
    ModificationsController

Remarks

The BlazorModificationsController adds the following functionality to the base ModificationsController:

  • Save Action

    When executing the Save Action, the Controller commits the changes made to the current object. This Action is hidden from List Views.

  • Save and New Action

    This Action is inactive in ASP.NET Core Blazor applications.

  • Save and Close Action

    This Action is inactive in ASP.NET Core Blazor applications.

  • Cancel Action

    This Action is inactive in ASP.NET Core Blazor applications.

  • UpdateActionState method

    Overrides this method to check whether to update the Save, Cancel, SaveAndNew and SaveAndClose Actions’ enabled state depending on whether the current user has permission to change the current object and on the mode in which the current View is displayed.

Implements

See Also