[]
        
(Showing Draft Content)

C1.Web.Api.Excel.ExcelController.PostOperation

PostOperation Method

PostOperation(string, IDictionary<string, string[]>)

Process the POST request.

Declaration
[HttpPost]
[Route("api/excel/{*pathAndCmd}")]
public virtual IActionResult PostOperation(string pathAndCmd, IDictionary<string, string[]> parameters)
Parameters
Type Name Description
string pathAndCmd

The text for path and command.

IDictionary<string, string[]> parameters

The request parameters.

Returns
Type Description
IActionResult

The response result.