IClientErrorFactory.GetClientError Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.
- clientError
- IClientErrorActionResult
Gibt zurück
Die IActionResult , die an den Client zurückgegeben wird.