다음을 통해 공유


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)

속성 값

특성

적용 대상