Skip to main content

SpreadsheetRequestProcessor.GetResponse(HttpContext) Method

Returns a response to a request.

Namespace: DevExpress.AspNetCore.Spreadsheet

Assembly: DevExpress.AspNetCore.Spreadsheet.v25.2.dll

NuGet Package: DevExpress.AspNetCore.Spreadsheet

Declaration

public static IActionResult GetResponse(
    HttpContext httpContext
)

Parameters

Name Type Description
httpContext HttpContext

An object that contains HTTP-specific information about an HTTP request.

Returns

Type Description
IActionResult

The result of an action method.

The following code snippets (auto-collected from DevExpress Examples) contain references to the GetResponse(HttpContext) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also