FileResult(String) コンストラクター

定義

FileResult クラスの新しいインスタンスを初期化します。

protected FileResult (string contentType);
new System.Web.Mvc.FileResult : string -> System.Web.Mvc.FileResult
Protected Sub New (contentType As String)

パラメーター

contentType
String

コンテンツのタイプ。

例外

パラメーターが contentType null または空です。

適用対象