OpenApiOptions.ShouldInclude 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.
A delegate to determine whether a given ApiDescription should be included in the given OpenAPI document.
public Func<Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescription,bool> ShouldInclude { get; set; }
member this.ShouldInclude : Func<Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescription, bool> with get, set
Public Property ShouldInclude As Func(Of ApiDescription, Boolean)