Class ContentDispositionHeaderValue

Class ContentDispositionHeaderValue

名称: Aspose.Svg.Net.Headers 會議: Aspose.SVG.dll (25.5.0)

代表内容配置标题值。

[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

收藏 收藏 收藏 收藏

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 代表此例子。

 中文