共用方式為


WebPubSubDataType Enum

Definition

Message data type.

[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))]
public enum WebPubSubDataType
[<System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))>]
type WebPubSubDataType = 
Public Enum WebPubSubDataType
Inheritance
WebPubSubDataType
Attributes

Fields

Binary 0

binary of content type application/octet-stream.

Json 1

json of content type application/json.

Text 2

text of content type text/plain.

Applies to