指定されたパスのファイルを取得します。
シンタックス
'宣言
Public Function GetFile( _
ByVal As System.String, _
Optional ByVal As System.String _
) As System.Web.Http.IHttpActionResult
public System.Web.Http.IHttpActionResult GetFile(
System.string ,
System.string
)
パラメータ
- path
- パス。
- subpath
- ファイル名
戻り値の型
ファイルを含む結果。
参照