net11.0
namespace Microsoft.AspNetCore.Mvc.Filters
{
public class ActionExecutedContext : FilterContext
{
public virtual IActionResult? Result { get; set; }
}
}
| nuget.org | 0.2 % Reference this API 0.2 % Get property 0.1 % Set property |
|---|---|
| .NET | 5.06.07.08.09.010.011.0 |
| .NET Core | 3.03.1 |
Information specific to net11.0 | |
| Assembly | Microsoft.AspNetCore.Mvc.Abstractions , Version=11.0.0.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Requires any:
|
| Platform Restrictions | The property getter is supported on all platforms. The property setter is supported on all platforms. |
- Built-in API
- Package-provided API