diff --git a/src/Microsoft.AspNetCore.Mvc.Core/ActionResultOfT.cs b/src/Microsoft.AspNetCore.Mvc.Core/ActionResultOfT.cs index 0077a236d7..f443d78805 100644 --- a/src/Microsoft.AspNetCore.Mvc.Core/ActionResultOfT.cs +++ b/src/Microsoft.AspNetCore.Mvc.Core/ActionResultOfT.cs @@ -10,7 +10,7 @@ namespace Microsoft.AspNetCore.Mvc /// A type that wraps either an instance or an . /// /// The type of the result. - public class ActionResult : IConvertToActionResult + public sealed class ActionResult : IConvertToActionResult { /// /// Initializes a new instance of using the specified .