HttpPostedFileWrapper.FileName プロパティ

定義

クライアント上のファイルの完全修飾名を取得します。

public:
 virtual property System::String ^ FileName { System::String ^ get(); };
public override string FileName { get; }
member this.FileName : string
Public Overrides ReadOnly Property FileName As String

プロパティ値

String

ディレクトリのパスを含むクライアント上のファイルの名前。

適用対象