ComponentOne Studio Web API Edition
PostOperation Method

The text for path and command.
The request parameters.
Process the POST request.
Syntax
'Declaration
 
<RouteAttribute("api/excel/{*pathAndCmd}")>
<HttpPostAttribute()>
Public Overridable Function PostOperation( _
   ByVal pathAndCmd As String, _
   ByVal parameters As IDictionary(Of String,String()) _
) As IHttpActionResult
[Route("api/excel/{*pathAndCmd}")]
[HttpPost()]
public virtual IHttpActionResult PostOperation( 
   string pathAndCmd,
   IDictionary<string,string[]> parameters
)

Parameters

pathAndCmd
The text for path and command.
parameters
The request parameters.

Return Value

The response result.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ExcelController Class
ExcelController Members

 

 


Copyright © GrapeCity, inc. All rights reserved.