'宣言 Public Function UploadFile( _ ByVal path As System.String, _ ByVal re As UploadRequest, _ Optional ByVal subpath As System.String _ ) As System.Web.Http.IHttpActionResult
public System.Web.Http.IHttpActionResult UploadFile( System.string path, UploadRequest re, System.string subpath )
パラメータ
- path
- アップロードされたファイルが配置されるパス。
- re
- アップロード要求。
- subpath
- ファイル名
戻り値の型
結果。