ContentType 構造体

定義

コンテンツ タイプを表します。

public readonly struct ContentType : IEquatable<Azure.Core.ContentType>, IEquatable<string>
type ContentType = struct
Public Structure ContentType
Implements IEquatable(Of ContentType), IEquatable(Of String)
継承
ContentType
実装

コンストラクター

ContentType(String)

ContentType のインスタンスを作成します。

プロパティ

ApplicationJson

application/json

ApplicationOctetStream

application/octet-stream

TextPlain

text/plain

メソッド

Equals(ContentType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

Equals(Object)

このインスタンスと指定したオブジェクトが等しいかどうかを示します。

Equals(String)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

GetHashCode()

このインスタンスのハッシュ コードを返します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(ContentType, ContentType)

2 つの ContentType インスタンスの等価性を比較します。

Implicit(String to ContentType)

ContentType のインスタンスを作成します。

Inequality(ContentType, ContentType)

2 つの ContentType インスタンスの不等値を比較します。

適用対象