Share via


OpenApiOptions.ShouldInclude Property

Definition

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)

Property Value

Applies to