Freigeben über


IClientErrorFactory.GetClientError Methode

Definition

Transformiert clientError für die angegebene actionContext.

public:
 Microsoft::AspNetCore::Mvc::IActionResult ^ GetClientError(Microsoft::AspNetCore::Mvc::ActionContext ^ actionContext, Microsoft::AspNetCore::Mvc::Infrastructure::IClientErrorActionResult ^ clientError);
public Microsoft.AspNetCore.Mvc.IActionResult GetClientError (Microsoft.AspNetCore.Mvc.ActionContext actionContext, Microsoft.AspNetCore.Mvc.Infrastructure.IClientErrorActionResult clientError);
public Microsoft.AspNetCore.Mvc.IActionResult? GetClientError (Microsoft.AspNetCore.Mvc.ActionContext actionContext, Microsoft.AspNetCore.Mvc.Infrastructure.IClientErrorActionResult clientError);
abstract member GetClientError : Microsoft.AspNetCore.Mvc.ActionContext * Microsoft.AspNetCore.Mvc.Infrastructure.IClientErrorActionResult -> Microsoft.AspNetCore.Mvc.IActionResult
Public Function GetClientError (actionContext As ActionContext, clientError As IClientErrorActionResult) As IActionResult

Parameter

actionContext
ActionContext

Die ActionContext.

Gibt zurück

Die IActionResult , die an den Client zurückgegeben wird.

Gilt für: