IClientErrorActionResult Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An IStatusCodeActionResult that can be transformed to a more descriptive client error.
public interface class IClientErrorActionResult : Microsoft::AspNetCore::Mvc::IActionResult, Microsoft::AspNetCore::Mvc::Infrastructure::IStatusCodeActionResult
C#
public interface IClientErrorActionResult : Microsoft.AspNetCore.Mvc.IActionResult, Microsoft.AspNetCore.Mvc.Infrastructure.IStatusCodeActionResult
type IClientErrorActionResult = interface
interface IStatusCodeActionResult
interface IActionResult
type IClientErrorActionResult = interface
interface IActionResult
interface IStatusCodeActionResult
Public Interface IClientErrorActionResult
Implements IActionResult, IStatusCodeActionResult
- Derived
- Implements
Status |
Gets the HTTP status code. (Inherited from IStatusCodeActionResult) |
Execute |
Executes the result operation of the action method asynchronously. This method is called by MVC to process the result of an action method. (Inherited from IActionResult) |
Tuote | Versiot |
---|---|
ASP.NET Core | 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |