Interface IAsyncConvertEmptyActionResultFilter
- Namespace
- JsonApiDotNetCore.Middleware
- Assembly
- JsonApiDotNetCore.dll
Converts action result without parameters into action result with null parameter.
return NotFound() -> return NotFound(null)
[PublicAPI]
public interface IAsyncConvertEmptyActionResultFilter : IAsyncAlwaysRunResultFilter, IAsyncResultFilter, IFilterMetadata
- Inherited Members