Class ContentDispositionHeaderValue

Class ContentDispositionHeaderValue

이름 공간 : Aspose.Html.Net.Headers 구성: Aspose.HTML.dll (25.4.0)

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

[ComVisible(true)]
public class ContentDispositionHeaderValue

Inheritance

object ContentDispositionHeaderValue

상속 회원들

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

ContentDispositionHeaderValue(스트리트)

이 조건의 새로운 유형을 만드십시오.

public ContentDispositionHeaderValue(string dispositionType)

Parameters

dispositionType string

배치 유형

Properties

DispositionType

가져오거나 배치 유형

public string DispositionType { get; set; }

부동산 가치

string

FileName

저장된 파일의 이름입니다.

public string FileName { get; set; }

부동산 가치

string

Name

내용의 몸 부분에 대한 이름.

public string Name { get; set; }

부동산 가치

string

Parameters

Remeters의 컬렉션을 얻으십시오

public ICollection<namevalueheadervalue> Parameters { get; }

부동산 가치

ICollection &lt에 대한 정보 NameValueHeaderValue >

Methods

Equals(객체)

지정된 System.Object이 이 경우와 동일한지 결정합니다.

public override bool Equals(object obj)

Parameters

obj object

시스템.Object 이 경우와 비교할 수 있습니다.

Returns

bool

‘진실’이 지정된 System.Object이 이 경우와 동일한 경우; 그렇지 않으면 ‘거짓’입니다.

ToString()

이 경우를 나타내는 System.String을 반환합니다.

public override string ToString()

Returns

string

이 경우를 나타내는 System.String을 반환합니다.

 한국어