Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/align-namespaces

# Conflicts:
#	src/Umbraco.Web/Mvc/SurfaceController.cs
This commit is contained in:
Mole
2021-02-12 08:40:36 +01:00
7 changed files with 0 additions and 202 deletions

View File

@@ -17,9 +17,6 @@ namespace Umbraco.Cms.Web.Website.Controllers
/// <summary>
/// Provides a base class for front-end add-in controllers.
/// </summary>
// TODO: Migrate MergeModelStateToChildAction and MergeParentContextViewData action filters
// [MergeModelStateToChildAction]
// [MergeParentContextViewData]
[AutoValidateAntiforgeryToken]
public abstract class SurfaceController : PluginController
{