ContentDispositionHeaderValue.FileName 속성

정의

엔터티가 분리되어 별도의 파일에 저장되는 경우 사용할 메시지 페이로드를 저장하기 위한 파일 이름을 생성하는 방법에 대한 제안입니다.

public:
 property System::String ^ FileName { System::String ^ get(); void set(System::String ^ value); };
public string FileName { get; set; }
public string? FileName { get; set; }
member this.FileName : string with get, set
Public Property FileName As String

속성 값

제안된 파일 이름입니다.

설명

속성은 FileName 비 ascii 문자에 MIME 인코딩을 사용합니다.

적용 대상