Bagikan melalui


ExcludeFromDescriptionAttribute Kelas

Definisi

Menunjukkan bahwa ini Endpoint tidak boleh disertakan dalam metadata API yang dihasilkan.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Delegate | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public sealed class ExcludeFromDescriptionAttribute : Attribute, Microsoft.AspNetCore.Routing.IExcludeFromDescriptionMetadata
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Delegate | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)>]
type ExcludeFromDescriptionAttribute = class
    inherit Attribute
    interface IExcludeFromDescriptionMetadata
Public NotInheritable Class ExcludeFromDescriptionAttribute
Inherits Attribute
Implements IExcludeFromDescriptionMetadata
Warisan
ExcludeFromDescriptionAttribute
Atribut
Penerapan

Konstruktor

ExcludeFromDescriptionAttribute()

Menunjukkan bahwa ini Endpoint tidak boleh disertakan dalam metadata API yang dihasilkan.

Properti

ExcludeFromDescription

Mendapatkan nilai yang menunjukkan apakah data OpenAPI harus dikecualikan untuk titik akhir ini. Jika true, metadata API tidak dipancarkan.

Metode

ToString()

Menunjukkan bahwa ini Endpoint tidak boleh disertakan dalam metadata API yang dihasilkan.

Berlaku untuk