共用方式為


MediaType.SubType 屬性

定義

取得 的 MediaType 子型別。

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

屬性值

範例

針對媒體類型 "application/vnd.example+json" ,這個屬性會提供 值 "vnd.example+json"

適用於