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

속성 값

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

적용 대상