Method TryResolveActionResult
TryResolveActionResult(object?, out HttpResponse?)
Tries to resolve the specified object into an valid HttpResponse using the defined value handlers.
public bool TryResolveActionResult(object? result, out HttpResponse? response)
Parameters
result
objectThe object that will be converted to an valid HttpResponse.
response
HttpResponseWhen this method returns, the response object. This parameter is not initialized.
Returns
- bool
When this method returns, the HttpResponse object.