次の方法で共有


MediaTypeHeaderValue.SubType プロパティ

定義

のサブタイプを取得します MediaTypeHeaderValue

public:
 property System::String ^ SubType { System::String ^ get(); };
public:
 property Microsoft::Extensions::Primitives::StringSegment SubType { Microsoft::Extensions::Primitives::StringSegment get(); };
public string SubType { get; }
public Microsoft.Extensions.Primitives.StringSegment SubType { get; }
member this.SubType : string
member this.SubType : Microsoft.Extensions.Primitives.StringSegment
Public ReadOnly Property SubType As String
Public ReadOnly Property SubType As StringSegment

プロパティ値

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

注釈

サブタイプの詳細については、以下を参照 https://tools.ietf.org/html/rfc6838#section-4.2 してください。

適用対象