Share via


HttpPostedFileBase.FileName 속성

정의

파생 클래스에서 재정의되는 경우 클라이언트에 있는 파일의 정규화된 이름을 가져옵니다.

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

속성 값

String

디렉터리 경로를 포함하는 클라이언트에 있는 파일의 이름입니다.

예외

적용 대상