1 implementation of GetFormat
Microsoft.AspNetCore.Mvc.Core (1)
Formatters\FormatFilter.cs (1)
37public virtual string? GetFormat(ActionContext context)
1 reference to GetFormat
Microsoft.AspNetCore.Mvc.Core (1)
ProducesAttribute.cs (1)
79if (filter?.GetFormat(context) != null)