ContentDispositionHeaderValue 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
헤더의 값을 나타냅니다 Content-Disposition
.
public ref class ContentDispositionHeaderValue
public class ContentDispositionHeaderValue
type ContentDispositionHeaderValue = class
Public Class ContentDispositionHeaderValue
- 상속
-
ContentDispositionHeaderValue
설명
HTTP() 및 MIMEhttps://tools.ietf.org/html/rfc2183(https://tools.ietf.org/html/rfc6266)에서 모두 사용할 수 있습니다.
생성자
ContentDispositionHeaderValue(String) |
헤더의 값을 나타냅니다 |
ContentDispositionHeaderValue(StringSegment) |
ContentDispositionHeaderValue의 새 인스턴스를 초기화합니다. |
속성
CreationDate |
파일이 만들어진 을 가져오거나 설정합니다 DateTimeOffset . |
DispositionType |
콘텐츠 처리 유형을 가져오거나 설정합니다. |
FileName |
엔터티가 분리되어 별도의 파일에 저장되는 경우 사용할 메시지 페이로드를 저장하기 위한 파일 이름을 생성하는 방법을 제안하는 값을 가져오거나 설정합니다. |
FileNameStar |
엔터티가 분리되어 별도의 파일에 저장되는 경우 사용할 메시지 페이로드를 저장하기 위한 파일 이름을 생성하는 방법을 제안하는 값을 가져오거나 설정합니다. |
ModificationDate |
파일이 마지막으로 수정된 을 가져오거나 설정합니다 DateTimeOffset . |
Name |
콘텐츠 본문 부분의 이름을 가져오거나 설정합니다. |
Parameters |
헤더에 포함된 |
ReadDate |
파일을 마지막으로 읽은 을 가져오거나 설정합니다 DateTimeOffset . |
Size |
파일의 대략적 크기(바이트)를 가져오거나 설정합니다. |
메서드
Equals(Object) |
헤더의 값을 나타냅니다 |
GetHashCode() |
헤더의 값을 나타냅니다 |
Parse(String) |
헤더의 값을 나타냅니다 |
Parse(StringSegment) |
|
SetHttpFileName(String) |
HTTP 헤더에 적합한 인코딩을 사용하여 FileName 및 FileNameStar를 모두 설정합니다. |
SetHttpFileName(StringSegment) |
HTTP 헤더에 적합한 인코딩을 사용하여 FileName 및 FileNameStar를 모두 설정합니다. |
SetMimeFileName(String) |
MIME 헤더에 적합한 인코딩을 사용하여 FileName 매개 변수를 설정합니다. FileNameStar 매개 변수가 제거되었습니다. |
SetMimeFileName(StringSegment) |
MIME 헤더에 적합한 인코딩을 사용하여 FileName 매개 변수를 설정합니다. FileNameStar 매개 변수가 제거됩니다. |
ToString() |
헤더의 값을 나타냅니다 |
TryParse(String, ContentDispositionHeaderValue) |
헤더의 값을 나타냅니다 |
TryParse(StringSegment, ContentDispositionHeaderValue) |
지정된 |
확장 메서드
IsFileDisposition(ContentDispositionHeaderValue) |
콘텐츠 처리 헤더가 파일 처리인지 확인합니다. |
IsFormDisposition(ContentDispositionHeaderValue) |
콘텐츠 처리 헤더가 양식 처리인지 확인합니다. |