ASP.NET Web API コントロール
PostOperation メソッド

C1.Web.Api.Excel アセンブリ > C1.Web.Api.Excel 名前空間 > ExcelController クラス : PostOperation メソッド
パスおよびコマンドのテキスト。
要求パラメータ。
POST要求を処理します。
シンタックス
'宣言
 
Public Overridable Function PostOperation( _
   ByVal pathAndCmd As System.String, _
   ByVal parameters As System.Collections.Generic.IDictionary(Of String,String()) _
) As System.Web.Http.IHttpActionResult
public virtual System.Web.Http.IHttpActionResult PostOperation( 
   System.string pathAndCmd,
   System.Collections.Generic.IDictionary<string,string[]> parameters
)

パラメータ

pathAndCmd
パスおよびコマンドのテキスト。
parameters
要求パラメータ。

戻り値の型

応答結果。
参照

ExcelController クラス
ExcelController メンバ