1 instantiation of ApiExplorerResponseFormat
ApiExplorerWebSite (1)
ApiExplorerDataFilter.cs (1)
106
responseType.ResponseFormats.Add(new
ApiExplorerResponseFormat
()
2 references to ApiExplorerResponseFormat
ApiExplorerWebSite (2)
ApiExplorerDataFilter.cs (2)
164
public IList<
ApiExplorerResponseFormat
> ResponseFormats { get; }
165
= new List<
ApiExplorerResponseFormat
>();