Marking classes as moved
This commit is contained in:
@@ -3,6 +3,7 @@ using System.Web.Mvc;
|
||||
|
||||
namespace Umbraco.Web.Mvc
|
||||
{
|
||||
/// Migrated already to .Net Core
|
||||
public class ActionExecutedEventArgs : EventArgs
|
||||
{
|
||||
public Controller Controller { get; set; }
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
/// <summary>
|
||||
/// constants
|
||||
/// </summary>
|
||||
/// Migrated already to .Net Core
|
||||
internal static class Constants
|
||||
{
|
||||
internal const string ViewLocation = "~/Views";
|
||||
|
||||
@@ -19,6 +19,7 @@ namespace Umbraco.Web.Mvc
|
||||
/// this DataToken exists before the action executes in case the developer resolves an RTE value that contains
|
||||
/// a partial view macro form.
|
||||
/// </remarks>
|
||||
/// Migrated already to .Net Core
|
||||
internal class EnsurePartialViewMacroViewContextFilterAttribute : ActionFilterAttribute
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
@@ -5,6 +5,7 @@ namespace Umbraco.Web.Mvc
|
||||
/// <summary>
|
||||
/// A marker interface to designate that a controller will be used for Umbraco front-end requests and/or route hijacking
|
||||
/// </summary>
|
||||
/// Migrated already to .Net Core
|
||||
public interface IRenderController : IController
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user