Freigeben über


ApiDescription.SupportedRequestFormats Eigenschaft

Definition

Ruft die Liste der möglichen Formate für eine Anforderung ab.

public:
 property System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ApiExplorer::ApiRequestFormat ^> ^ SupportedRequestFormats { System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ApiExplorer::ApiRequestFormat ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ApiExplorer.ApiRequestFormat> SupportedRequestFormats { get; }
member this.SupportedRequestFormats : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ApiExplorer.ApiRequestFormat>
Public ReadOnly Property SupportedRequestFormats As IList(Of ApiRequestFormat)

Eigenschaftswert

Hinweise

Ist leer, wenn die Aktion keinen Parameter akzeptiert, der mit dem [FromBody] -Attribut versehen ist.

Gilt für: