Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the supported content types for the batch request.
Namespace: System.Web.Http.Batch
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public IList<string> SupportedContentTypes {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property IList<String^>^ SupportedContentTypes {
[CompilerGeneratedAttribute]
IList<String^>^ get();
[CompilerGeneratedAttribute]
private: void set(IList<String^>^ value);
}
member SupportedContentTypes : IList<string> with get, private set
Public Property SupportedContentTypes As IList(Of String)
Get
Private Set
End Property
Property Value
Type: System.Collections.Generic.IList<String>
The supported content types for the batch request.
See Also
DefaultHttpBatchHandler Class
System.Web.Http.Batch Namespace
Return to top