OutputFormatter.SupportedMediaTypes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the mutable collection of media type elements supported by this OutputFormatter.
public:
property Microsoft::AspNetCore::Mvc::Formatters::MediaTypeCollection ^ SupportedMediaTypes { Microsoft::AspNetCore::Mvc::Formatters::MediaTypeCollection ^ get(); };
public Microsoft.AspNetCore.Mvc.Formatters.MediaTypeCollection SupportedMediaTypes { get; }
member this.SupportedMediaTypes : Microsoft.AspNetCore.Mvc.Formatters.MediaTypeCollection
Public ReadOnly Property SupportedMediaTypes As MediaTypeCollection