共用方式為


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

用戶端上包含目錄路徑的檔案名稱。

適用於