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

C1.Web.Api アセンブリ > C1.Web.Api.Storage 名前空間 > StorageController クラス : GetFile メソッド
パス。
ファイル名
指定されたパスのファイルを取得します。
シンタックス
'宣言
 
Public Function GetFile( _
   ByVal path As System.String, _
   Optional ByVal subpath As System.String _
) As System.Web.Http.IHttpActionResult
public System.Web.Http.IHttpActionResult GetFile( 
   System.string path,
   System.string subpath
)

パラメータ

path
パス。
subpath
ファイル名

戻り値の型

ファイルを含む結果。
参照

StorageController クラス
StorageController メンバ