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(รั้ว)

สร้างตัวอย่างใหม่ของประเภท disposition นี้

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

ได้รับการเก็บรวบรวมของ paremeters

public ICollection<namevalueheadervalue> Parameters { get; }

คุณสมบัติมูลค่า

ICollection < NameValueHeaderValue >

Methods

Equals(วัตถุ)

กําหนดว่า System.Object ที่ระบุเท่ากับตัวอย่างนี้หรือไม่

public override bool Equals(object obj)

Parameters

obj object

ระบบ.วัตถุในการเปรียบเทียบกับตัวอย่างนี้

Returns

bool

‘จริง’ ถ้า System.Object ที่ระบุเท่ากับตัวอย่างนี้; ในทางอื่น ๆ, ‘ผิดพลาด’.

ToString()

กลับ System.String ที่แสดงตัวอย่างนี้

public override string ToString()

Returns

string

กลับ System.String ที่แสดงตัวอย่างนี้

 แบบไทย