Class ContentDispositionHeaderValue

Class ContentDispositionHeaderValue

名称: Aspose.Html.Net.Headers セットアップ: Aspose.HTML.dll (25.4.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

「真実」は、指定されたシステム.オブジェクトがこの例に等しい場合、そうでなければ「偽物」です。

ToString()

このインスタンスを代表するSystem.Stringを返します。

public override string ToString()

Returns

string

このインスタンスを代表するSystem.Stringを返します。

 日本語