HttpPostedFileBase.FileName Property

Definition

When overridden in a derived class, gets the fully qualified name of the file on the client.

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

Property Value

The name of the file on the client, which includes the directory path.

Exceptions

Applies to