ComponentOne Studio Web API Edition
GetOperation Method

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

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 © 2025 GrapeCity, inc. All rights reserved.