HttpContentDispositionHeaderValue.FileName 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
단일 파일에 대한 Content-Disposition HTTP 헤더의 filename-parm 정보 값을 가져오거나 설정합니다.
public:
property Platform::String ^ FileName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring FileName();
void FileName(winrt::hstring value);
public string FileName { get; set; }
var string = httpContentDispositionHeaderValue.fileName;
httpContentDispositionHeaderValue.fileName = string;
Public Property FileName As String
속성 값
제안된 파일 이름입니다.
설명
FileName 속성은 엔터티가 분리되어 별도의 파일에 저장된 경우 사용할 메시지 페이로드를 저장하기 위한 파일 이름을 생성하는 방법에 대한 제안입니다.
FileName 속성은 비 ascii 문자에 MIME 인코딩을 사용합니다.