IClientErrorActionResult Interface
Definition
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
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
Properties
StatusCode |
Gets or sets the HTTP status code. (Inherited from IStatusCodeActionResult) |
Methods
ExecuteResultAsync(ActionContext) |
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) |