[]
        
(Showing Draft Content)

C1.Web.Api.Excel.ExcelController.GetOperation

GetOperation Method

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

Process the GET request.

Declaration
public virtual IHttpActionResult GetOperation(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
IHttpActionResult

The response result.