共用方式為


LoggingOptions.RequestBodyContentTypes 屬性

定義

取得或設定視為文字的 HTTP 要求內容類型清單,因此可以串行化。

public:
 property System::Collections::Generic::ISet<System::String ^> ^ RequestBodyContentTypes { System::Collections::Generic::ISet<System::String ^> ^ get(); void set(System::Collections::Generic::ISet<System::String ^> ^ value); };
[System.ComponentModel.DataAnnotations.Required]
public System.Collections.Generic.ISet<string> RequestBodyContentTypes { get; set; }
[<System.ComponentModel.DataAnnotations.Required>]
member this.RequestBodyContentTypes : System.Collections.Generic.ISet<string> with get, set
Public Property RequestBodyContentTypes As ISet(Of String)

屬性值

屬性

適用於