IClientErrorActionResult Interface
Definition
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
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 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) |