次の方法で共有


MediaType.Type プロパティ

定義

MediaType の型を取得します。

public:
 property Microsoft::Extensions::Primitives::StringSegment Type { Microsoft::Extensions::Primitives::StringSegment get(); };
public Microsoft.Extensions.Primitives.StringSegment Type { get; }
member this.Type : Microsoft.Extensions.Primitives.StringSegment
Public ReadOnly Property Type As StringSegment

プロパティ値

メディアの種類 "application/json"の場合、このプロパティは 値 "application"を指定します。

適用対象