ApiExplorerSettingsAttribute.IgnoreApi Property

Definition

If true then no ApiDescription objects will be created for the associated controller or action.

public:
 property bool IgnoreApi { bool get(); void set(bool value); };
public bool IgnoreApi { get; set; }
member this.IgnoreApi : bool with get, set
Public Property IgnoreApi As Boolean

Property Value

Applies to