Class ContentDispositionHeaderValue

ContentDispositionHeaderValue class

Content-Disposition 헤더 값을 나타냅니다.

public class ContentDispositionHeaderValue

생성자

이름설명
ContentDispositionHeaderValue(string)이 처리 유형의 새 인스턴스를 만듭니다.

속성

이름설명
DispositionType { get; set; }처리 type 가져오기 또는 설정
FileName { get; set; }저장된 파일의 이름입니다.
Name { get; set; }콘텐츠 본문 부분의 이름입니다.
Parameters { get; }paremeters 컬렉션 가져오기

행동 양식

이름설명
override Equals(object)지정된Object 이 인스턴스와 같습니다.
override ToString()반환String 이 instance. 를 나타냅니다.

또한보십시오