다음을 통해 공유


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

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

적용 대상